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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp367 #define SVC_MSG_CONNECT (2) /* pfnConnect */ macro
490 case SVC_MSG_CONNECT: return new HGCMMsgSvcConnect();
560 case SVC_MSG_CONNECT:
564 LogFlowFunc(("SVC_MSG_CONNECT u32ClientId = %d\n", pMsg->u32ClientId));
1360 rc = hgcmMsgAlloc(m_thread, &hMsg, SVC_MSG_CONNECT, hgcmMessageAllocSvc);

Completed in 129 milliseconds