Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/file/
H A Dnpipe.c470 ULONG WaitPipeInfoSize; in WaitNamedPipeW() local
589 WaitPipeInfoSize = FIELD_OFFSET(FILE_PIPE_WAIT_FOR_BUFFER, Name[0]) + in WaitNamedPipeW()
591 WaitPipeInfo = RtlAllocateHeap(RtlGetProcessHeap(), 0, WaitPipeInfoSize); in WaitNamedPipeW()
675 WaitPipeInfoSize, in WaitNamedPipeW()