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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp369 #define SVC_MSG_GUESTCALL (4) /* pfnGuestCall */ macro
493 case SVC_MSG_GUESTCALL: return new HGCMMsgCall();
602 case SVC_MSG_GUESTCALL:
606 LogFlowFunc(("SVC_MSG_GUESTCALL u32ClientId = %d, u32Function = %d, cParms = %d, paParms = %p\n",
748 if (u32MsgId != SVC_MSG_GUESTCALL)
750 /* For SVC_MSG_GUESTCALL the service calls the completion helper.
762 if (pMsgCore->MsgId () == SVC_MSG_GUESTCALL)
1538 int rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_GUESTCALL, hgcmMessageAllocSvc);

Completed in 47 milliseconds