ReactOS 0.4.16-dev-340-g0540c21
|
#include <winioctl.h>
Public Attributes | |
ULONG | NamedPipeState |
ULONG | ReadDataAvailable |
ULONG | NumberOfMessages |
ULONG | MessageLength |
CHAR | Data [1] |
Definition at line 463 of file winioctl.h.
CHAR _FILE_PIPE_PEEK_BUFFER::Data |
Definition at line 468 of file winioctl.h.
Referenced by NpPeek().
ULONG _FILE_PIPE_PEEK_BUFFER::MessageLength |
Definition at line 467 of file winioctl.h.
Referenced by _test_peek_pipe(), and NpPeek().
ULONG _FILE_PIPE_PEEK_BUFFER::NamedPipeState |
Definition at line 464 of file winioctl.h.
Referenced by NpPeek().
ULONG _FILE_PIPE_PEEK_BUFFER::NumberOfMessages |
Definition at line 466 of file winioctl.h.
Referenced by NpPeek().
ULONG _FILE_PIPE_PEEK_BUFFER::ReadDataAvailable |
Definition at line 465 of file winioctl.h.
Referenced by _test_peek_pipe(), and NpPeek().