ReactOS 0.4.17-dev-116-ga4b6fe9
FILE_PIPE_LOCAL_INFORMATION Struct Reference

Public Attributes

ULONG NamedPipeType
 
ULONG NamedPipeConfiguration
 
ULONG MaximumInstances
 
ULONG CurrentInstances
 
ULONG InboundQuota
 
ULONG ReadDataAvailable
 
ULONG OutboundQuota
 
ULONG WriteQuotaAvailable
 
ULONG NamedPipeState
 
ULONG NamedPipeEnd
 

Detailed Description

Definition at line 51 of file pipe.c.

Member Data Documentation

◆ CurrentInstances

ULONG FILE_PIPE_LOCAL_INFORMATION::CurrentInstances

◆ InboundQuota

ULONG FILE_PIPE_LOCAL_INFORMATION::InboundQuota

◆ MaximumInstances

ULONG FILE_PIPE_LOCAL_INFORMATION::MaximumInstances

◆ NamedPipeConfiguration

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeConfiguration

Definition at line 53 of file pipe.c.

Referenced by NpCheckClientPipe_(), NpCheckServerPipe_(), and test_pipe_local_info().

◆ NamedPipeEnd

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeEnd

◆ NamedPipeState

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeState

◆ NamedPipeType

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeType

◆ OutboundQuota

ULONG FILE_PIPE_LOCAL_INFORMATION::OutboundQuota

◆ ReadDataAvailable

ULONG FILE_PIPE_LOCAL_INFORMATION::ReadDataAvailable

◆ WriteQuotaAvailable

ULONG FILE_PIPE_LOCAL_INFORMATION::WriteQuotaAvailable

Definition at line 59 of file pipe.c.

Referenced by NpCheckClientPipe_(), NpCheckServerPipe_(), and test_pipe_local_info().


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