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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1670 #define HGCM_MSG_RESET (16) /* Disconnect all clients from the specified service. */ macro
1781 case HGCM_MSG_RESET: return new HGCMMsgMainReset();
1939 case HGCM_MSG_RESET:
1941 LogFlowFunc(("HGCM_MSG_RESET\n"));
2520 int rc = hgcmMsgAlloc(g_hgcmThread, &hMsg, HGCM_MSG_RESET, hgcmMainMessageAlloc);

Completed in 50 milliseconds