ReactOS 0.4.16-dev-1946-g52006dd
_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 1728 of file winternl.h.

Member Data Documentation

◆ CurrentInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::CurrentInstances

Definition at line 1732 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ InboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::InboundQuota

Definition at line 1733 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ MaximumInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::MaximumInstances

Definition at line 1731 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeConfiguration

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeConfiguration

Definition at line 1730 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeEnd

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeEnd

Definition at line 1738 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeState

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeState

Definition at line 1737 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ NamedPipeType

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeType

Definition at line 1729 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ OutboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::OutboundQuota

Definition at line 1735 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ ReadDataAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::ReadDataAvailable

Definition at line 1734 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().

◆ WriteQuotaAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::WriteQuotaAvailable

Definition at line 1736 of file winternl.h.

Referenced by NpQueryPipeLocalInfo().


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