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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp158 int HostCall(uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM *paParms);
1574 int HGCMService::HostCall(uint32_t u32Function, uint32_t cParms, VBOXHGCMSVCPARM *paParms) function in class:HGCMService
1893 rc = pService->HostCall(pMsg->u32Function, pMsg->cParms, pMsg->paParms);

Completed in 499 milliseconds