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

/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp268 * @param pszFullPipeName The full named pipe name.
272 static int rtLocalIpcServerWinCreatePipeInstance(PHANDLE phNmPipe, const char *pszFullPipeName, bool fFirst) argument
315 HANDLE hNmPipe = CreateNamedPipe(pszFullPipeName, /* lpName */

Completed in 47 milliseconds