Sync with trunk r64222.
[reactos.git] / subsystems / ntvdm / ntvdm.h
index 4686c05..68ca34c 100644 (file)
@@ -46,8 +46,19 @@ extern ULONG SessionId;
 
 extern HANDLE VdmTaskEvent;
 
+/*
+ * Interface functions
+ */
 VOID DisplayMessage(LPCWSTR Format, ...);
 
+/*static*/ VOID
+CreateVdmMenu(HANDLE ConOutHandle);
+/*static*/ VOID
+DestroyVdmMenu(VOID);
+
+VOID MenuEventHandler(PMENU_EVENT_RECORD MenuEvent);
+VOID FocusEventHandler(PFOCUS_EVENT_RECORD FocusEvent);
+
 #endif // _NTVDM_H_
 
 /* EOF */