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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1665 #define HGCM_MSG_DISCONNECT (11) /* Disconnect the specified client id. */ macro
1776 case HGCM_MSG_DISCONNECT: return new HGCMMsgMainDisconnect();
1846 case HGCM_MSG_DISCONNECT:
1850 LogFlowFunc(("HGCM_MSG_DISCONNECT u32ClientId = %d\n",
2244 int rc = hgcmMsgAlloc(g_hgcmThread, &hMsg, HGCM_MSG_DISCONNECT, hgcmMainMessageAlloc);

Completed in 37 milliseconds