ReactOS 0.4.15-dev-7842-g558ab78
_FILE_PIPE_LOCAL_INFORMATION Struct Reference

#include <winternl.h>

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 749 of file winternl.h.

Member Data Documentation

◆ CurrentInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::CurrentInstances

Definition at line 753 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ InboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::InboundQuota

Definition at line 754 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ MaximumInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::MaximumInstances

Definition at line 752 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeConfiguration

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeConfiguration

Definition at line 751 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeEnd

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeEnd

Definition at line 759 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeState

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeState

Definition at line 758 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeType

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeType

Definition at line 750 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ OutboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::OutboundQuota

Definition at line 756 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ ReadDataAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::ReadDataAvailable

Definition at line 755 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ WriteQuotaAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::WriteQuotaAvailable

Definition at line 757 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().


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