|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <winioctl.h>
Public Attributes | |
| ULONG | NamedPipeState |
| ULONG | ReadDataAvailable |
| ULONG | NumberOfMessages |
| ULONG | MessageLength |
| CHAR | Data [1] |
Definition at line 663 of file winioctl.h.
| CHAR _FILE_PIPE_PEEK_BUFFER::Data |
Definition at line 668 of file winioctl.h.
Referenced by NpPeek().
| ULONG _FILE_PIPE_PEEK_BUFFER::MessageLength |
Definition at line 667 of file winioctl.h.
Referenced by _test_peek_pipe(), and NpPeek().
| ULONG _FILE_PIPE_PEEK_BUFFER::NamedPipeState |
Definition at line 664 of file winioctl.h.
Referenced by NpPeek().
| ULONG _FILE_PIPE_PEEK_BUFFER::NumberOfMessages |
Definition at line 666 of file winioctl.h.
Referenced by NpPeek().
| ULONG _FILE_PIPE_PEEK_BUFFER::ReadDataAvailable |
Definition at line 665 of file winioctl.h.
Referenced by _test_peek_pipe(), and NpPeek().