Searched refs:dwPipeMode (Results 1 – 1 of 1) sorted by relevance
222 DWORD dwPipeMode, in CreateNamedPipeA() argument233 dwPipeMode, in CreateNamedPipeA()248 DWORD dwPipeMode, in CreateNamedPipeW() argument346 if (dwPipeMode & PIPE_TYPE_MESSAGE) in CreateNamedPipeW()356 if (dwPipeMode & PIPE_READMODE_MESSAGE) in CreateNamedPipeW()366 if (dwPipeMode & PIPE_NOWAIT) in CreateNamedPipeW()902 DWORD dwPipeMode; in CallNamedPipeW() local931 dwPipeMode = PIPE_READMODE_MESSAGE | PIPE_WAIT; in CallNamedPipeW()932 bError = SetNamedPipeHandleState(hPipe, &dwPipeMode, NULL, NULL); in CallNamedPipeW()