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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp365 #define SVC_MSG_LOAD (0) /* Load the service library and call VBOX_HGCM_SVCLOAD_NAME entry point. */ macro
488 case SVC_MSG_LOAD: return new HGCMMsgSvcLoad();
542 case SVC_MSG_LOAD:
544 LogFlowFunc(("SVC_MSG_LOAD\n"));
842 rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_LOAD, hgcmMessageAllocSvc);

Completed in 169 milliseconds