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

/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp266 * @param phNmPipe Where to store the named pipe handle on success. This
272 static int rtLocalIpcServerWinCreatePipeInstance(PHANDLE phNmPipe, const char *pszFullPipeName, bool fFirst) argument
274 *phNmPipe = INVALID_HANDLE_VALUE;
326 *phNmPipe = hNmPipe;

Completed in 34 milliseconds