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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp365 * @param dwCtrlType The type of control signal.
369 static BOOL WINAPI ctrlHandler(DWORD dwCtrlType) argument
371 switch (dwCtrlType)
H A DVBoxManageGuestCtrl.cpp423 static BOOL WINAPI guestCtrlSignalHandler(DWORD dwCtrlType) argument
426 switch (dwCtrlType)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp548 static BOOL WINAPI VBoxServiceConsoleControlHandler(DWORD dwCtrlType) argument
552 switch (dwCtrlType)
570 dwCtrlType, rc);

Completed in 58 milliseconds