Searched defs:hNmPipeSession (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);
510 HANDLE hNmPipeSession = pThis->hNmPipe; /* consumed */ local
512 rc = rtLocalIpcWinCreateSession(phClientSession, hNmPipeSession);
590 * @param hNmPipeSession The named pipe handle. This will be consumed by this session, meaning on failure
593 static int rtLocalIpcWinCreateSession(PRTLOCALIPCSESSION phClientSession, HANDLE hNmPipeSession) argument
596 AssertReturn(hNmPipeSession != INVALID_HANDLE_VALUE, VERR_INVALID_HANDLE);
611 pThis->hNmPipe = hNmPipeSession;
637 BOOL fRc = CloseHandle(hNmPipeSession);

Completed in 34 milliseconds