Rizin
unix-like reverse engineering framework and cli tools
_FILE_PIPE_LOCAL_INFORMATION Struct Reference

#include <winapi.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 4326 of file winapi.h.

Member Data Documentation

◆ CurrentInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::CurrentInstances

Definition at line 4330 of file winapi.h.

◆ InboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::InboundQuota

Definition at line 4331 of file winapi.h.

◆ MaximumInstances

ULONG _FILE_PIPE_LOCAL_INFORMATION::MaximumInstances

Definition at line 4329 of file winapi.h.

◆ NamedPipeConfiguration

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeConfiguration

Definition at line 4328 of file winapi.h.

◆ NamedPipeEnd

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeEnd

Definition at line 4336 of file winapi.h.

◆ NamedPipeState

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeState

Definition at line 4335 of file winapi.h.

◆ NamedPipeType

ULONG _FILE_PIPE_LOCAL_INFORMATION::NamedPipeType

Definition at line 4327 of file winapi.h.

◆ OutboundQuota

ULONG _FILE_PIPE_LOCAL_INFORMATION::OutboundQuota

Definition at line 4333 of file winapi.h.

Referenced by uv_pipe_endgame().

◆ ReadDataAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::ReadDataAvailable

Definition at line 4332 of file winapi.h.

◆ WriteQuotaAvailable

ULONG _FILE_PIPE_LOCAL_INFORMATION::WriteQuotaAvailable

Definition at line 4334 of file winapi.h.

Referenced by uv_pipe_endgame().


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