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

/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp192 static int rtLocalIpcWinCreateSession(PRTLOCALIPCSESSION phClientSession, HANDLE hNmPipeSession);
450 RTDECL(int) RTLocalIpcServerListen(RTLOCALIPCSERVER hServer, PRTLOCALIPCSESSION phClientSession) argument
512 rc = rtLocalIpcWinCreateSession(phClientSession, hNmPipeSession);
589 * @param phClientSession Where to store the session handle on success.
593 static int rtLocalIpcWinCreateSession(PRTLOCALIPCSESSION phClientSession, HANDLE hNmPipeSession) argument
595 AssertPtrReturn(phClientSession, VERR_INVALID_POINTER);
624 *phClientSession = pThis;

Completed in 35 milliseconds