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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp541 RTLOCALIPCSESSION hClientSession = NIL_RTLOCALIPCSESSION; local
542 int rc = RTLocalIpcServerListen(pCtx->hServer, &hClientSession);
556 rc = vboxIPCSessionCreate(pCtx, hClientSession);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp440 RTLOCALIPCSESSION hClientSession = NIL_RTLOCALIPCSESSION; local
441 int rc = RTLocalIpcServerListen(pThis->hServer, &hClientSession);
453 return supSvcGrantThreadCreateSession(pThis, hClientSession);

Completed in 46 milliseconds