ReactOS 0.4.15-dev-7842-g558ab78
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 41 of file pipe.c.

Member Data Documentation

◆ CurrentInstances

ULONG FILE_PIPE_LOCAL_INFORMATION::CurrentInstances

Definition at line 45 of file pipe.c.

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

◆ InboundQuota

ULONG FILE_PIPE_LOCAL_INFORMATION::InboundQuota

Definition at line 46 of file pipe.c.

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

◆ MaximumInstances

ULONG FILE_PIPE_LOCAL_INFORMATION::MaximumInstances

Definition at line 44 of file pipe.c.

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

◆ NamedPipeConfiguration

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeConfiguration

Definition at line 43 of file pipe.c.

Referenced by NpCheckClientPipe_(), and NpCheckServerPipe_().

◆ NamedPipeEnd

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeEnd

Definition at line 51 of file pipe.c.

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

◆ NamedPipeState

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeState

Definition at line 50 of file pipe.c.

Referenced by NpCheckClientPipe_(), and NpCheckServerPipe_().

◆ NamedPipeType

ULONG FILE_PIPE_LOCAL_INFORMATION::NamedPipeType

Definition at line 42 of file pipe.c.

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

◆ OutboundQuota

ULONG FILE_PIPE_LOCAL_INFORMATION::OutboundQuota

Definition at line 48 of file pipe.c.

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

◆ ReadDataAvailable

ULONG FILE_PIPE_LOCAL_INFORMATION::ReadDataAvailable

Definition at line 47 of file pipe.c.

Referenced by NpCheckClientPipe_(), and NpCheckServerPipe_().

◆ WriteQuotaAvailable

ULONG FILE_PIPE_LOCAL_INFORMATION::WriteQuotaAvailable

Definition at line 49 of file pipe.c.

Referenced by NpCheckClientPipe_(), and NpCheckServerPipe_().


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