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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp366 #define SVC_MSG_UNLOAD (1) /* call pfnUnload and unload the service library. */ macro
489 case SVC_MSG_UNLOAD: return new HGCMMsgSvcUnload();
548 case SVC_MSG_UNLOAD:
550 LogFlowFunc(("SVC_MSG_UNLOAD\n"));
865 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_UNLOAD, hgcmMessageAllocSvc);

Completed in 38 milliseconds