|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <winioctl.h>

Public Attributes | |
| LARGE_INTEGER | Timeout |
| ULONG | NameLength |
| BOOLEAN | TimeoutSpecified |
| WCHAR | Name [1] |
| WCHAR _FILE_PIPE_WAIT_FOR_BUFFER::Name |
Definition at line 68 of file pipe.c.
Referenced by NpAddWaiter(), NpCancelWaiter(), NpWaitPipe(), wait_pipe(), and WaitNamedPipeW().
| ULONG _FILE_PIPE_WAIT_FOR_BUFFER::NameLength |
Definition at line 66 of file pipe.c.
Referenced by NpAddWaiter(), NpCancelWaiter(), NpWaitPipe(), wait_pipe(), and WaitNamedPipeW().
| LARGE_INTEGER _FILE_PIPE_WAIT_FOR_BUFFER::Timeout |
Definition at line 65 of file pipe.c.
Referenced by NpAddWaiter(), NpWaitPipe(), wait_pipe(), and WaitNamedPipeW().
| BOOLEAN _FILE_PIPE_WAIT_FOR_BUFFER::TimeoutSpecified |
Definition at line 67 of file pipe.c.
Referenced by NpAddWaiter(), NpWaitPipe(), wait_pipe(), and WaitNamedPipeW().