Home
last modified time | relevance | path

Searched refs:dwPipeMode (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/client/file/
H A Dnpipe.c222 DWORD dwPipeMode, in CreateNamedPipeA() argument
233 dwPipeMode, in CreateNamedPipeA()
248 DWORD dwPipeMode, in CreateNamedPipeW() argument
346 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() local
931 dwPipeMode = PIPE_READMODE_MESSAGE | PIPE_WAIT; in CallNamedPipeW()
932 bError = SetNamedPipeHandleState(hPipe, &dwPipeMode, NULL, NULL); in CallNamedPipeW()