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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1673 #define HGCM_MSG_UNREGEXT (19) /* Unregister a service extension. */ macro
1784 case HGCM_MSG_UNREGEXT: return new HGCMMsgMainUnregisterExtension();
2014 case HGCM_MSG_UNREGEXT:
2018 LogFlowFunc(("HGCM_MSG_UNREGEXT\n"));
2154 int rc = hgcmMsgAlloc(g_hgcmThread, &hMsg, HGCM_MSG_UNREGEXT, hgcmMainMessageAlloc);

Completed in 65 milliseconds