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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1675 # define HGCM_MSG_SVCAQUIRE (30) /* Acquire a service handle (for fast host calls) */ macro
1786 case HGCM_MSG_SVCAQUIRE: return new HGCMMsgMainSvcAcquire();
1900 case HGCM_MSG_SVCAQUIRE:
1904 LogFlowFunc(("HGCM_MSG_SVCAQUIRE pszServiceName %s\n", pMsg->pszServiceName));
2433 int rc = hgcmMsgAlloc(g_hgcmThread, &hMsg, HGCM_MSG_SVCAQUIRE, hgcmMainMessageAlloc);

Completed in 61 milliseconds