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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp374 #define SVC_MSG_REGEXT (9) /* pfnRegisterExtension */ macro
496 case SVC_MSG_REGEXT: return new HGCMMsgSvcRegisterExtension();
687 case SVC_MSG_REGEXT:
691 LogFlowFunc(("SVC_MSG_REGEXT handle = %p, pfn = %p\n", pMsg->handle, pMsg->pfnExtension));
1480 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_REGEXT, hgcmMessageAllocSvc);

Completed in 64 milliseconds