Searched defs:VBoxDbgConsoleEventType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h366 typedef enum { kUpdate, kInputEnable, kTerminatedUser, kTerminatedOther } VBoxDbgConsoleEventType; typedef in class:VBoxDbgConsoleEvent
369 VBoxDbgConsoleEvent(VBoxDbgConsoleEventType enmCommand)
374 VBoxDbgConsoleEventType command() const
380 VBoxDbgConsoleEventType m_enmCommand;

Completed in 41 milliseconds