ReactOS 0.4.15-dev-7788-g1ad9096
_NP_DATA_QUEUE Struct Reference

#include <npfs.h>

Collaboration diagram for _NP_DATA_QUEUE:

Public Attributes

LIST_ENTRY Queue
 
ULONG QueueState
 
ULONG BytesInQueue
 
ULONG EntriesInQueue
 
ULONG QuotaUsed
 
ULONG ByteOffset
 
ULONG Quota
 

Detailed Description

Definition at line 136 of file npfs.h.

Member Data Documentation

◆ ByteOffset

ULONG _NP_DATA_QUEUE::ByteOffset

◆ BytesInQueue

ULONG _NP_DATA_QUEUE::BytesInQueue

◆ EntriesInQueue

ULONG _NP_DATA_QUEUE::EntriesInQueue

Definition at line 141 of file npfs.h.

Referenced by NpCancelDataQueueIrp(), and NpPeek().

◆ Queue

LIST_ENTRY _NP_DATA_QUEUE::Queue

Definition at line 138 of file npfs.h.

Referenced by NpCancelDataQueueIrp(), and NpPeek().

◆ QueueState

◆ Quota

ULONG _NP_DATA_QUEUE::Quota

Definition at line 144 of file npfs.h.

Referenced by NpCancelDataQueueIrp(), NpCommonWrite(), and NpQueryPipeLocalInfo().

◆ QuotaUsed

ULONG _NP_DATA_QUEUE::QuotaUsed

Definition at line 142 of file npfs.h.

Referenced by NpCancelDataQueueIrp(), NpCommonWrite(), and NpQueryPipeLocalInfo().


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