ReactOS 0.4.15-dev-7918-g2a2556c
_FILE_PIPE_PEEK_BUFFER Struct Reference

#include <winioctl.h>

Public Attributes

ULONG NamedPipeState
 
ULONG ReadDataAvailable
 
ULONG NumberOfMessages
 
ULONG MessageLength
 
CHAR Data [1]
 

Detailed Description

Definition at line 463 of file winioctl.h.

Member Data Documentation

◆ Data

CHAR _FILE_PIPE_PEEK_BUFFER::Data

Definition at line 468 of file winioctl.h.

Referenced by NpPeek().

◆ MessageLength

ULONG _FILE_PIPE_PEEK_BUFFER::MessageLength

Definition at line 467 of file winioctl.h.

Referenced by _test_peek_pipe(), and NpPeek().

◆ NamedPipeState

ULONG _FILE_PIPE_PEEK_BUFFER::NamedPipeState

Definition at line 464 of file winioctl.h.

Referenced by NpPeek().

◆ NumberOfMessages

ULONG _FILE_PIPE_PEEK_BUFFER::NumberOfMessages

Definition at line 466 of file winioctl.h.

Referenced by NpPeek().

◆ ReadDataAvailable

ULONG _FILE_PIPE_PEEK_BUFFER::ReadDataAvailable

Definition at line 465 of file winioctl.h.

Referenced by _test_peek_pipe(), and NpPeek().


The documentation for this struct was generated from the following files: