ReactOS 0.4.16-dev-329-g9223134
|
#include <npfs.h>
Public Attributes | |
LIST_ENTRY | Queue |
ULONG | QueueState |
ULONG | BytesInQueue |
ULONG | EntriesInQueue |
ULONG | QuotaUsed |
ULONG | ByteOffset |
ULONG | Quota |
ULONG _NP_DATA_QUEUE::ByteOffset |
Definition at line 143 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), NpPeek(), NpQueryPipeLocalInfo(), NpQueryPositionInfo(), and NpQueryStandardInfo().
ULONG _NP_DATA_QUEUE::BytesInQueue |
Definition at line 140 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), NpCommonWrite(), NpPeek(), NpQueryPipeLocalInfo(), NpQueryPositionInfo(), and NpQueryStandardInfo().
ULONG _NP_DATA_QUEUE::EntriesInQueue |
Definition at line 141 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), and NpPeek().
LIST_ENTRY _NP_DATA_QUEUE::Queue |
Definition at line 138 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), and NpPeek().
ULONG _NP_DATA_QUEUE::QueueState |
Definition at line 139 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), NpCommonFlushBuffers(), NpCommonRead(), NpCommonWrite(), NpPeek(), NpQueryPipeLocalInfo(), NpQueryPositionInfo(), NpQueryStandardInfo(), NpSetClosingPipeState(), NpSetPipeInfo(), and NpTransceive().
ULONG _NP_DATA_QUEUE::Quota |
Definition at line 144 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), NpCommonWrite(), and NpQueryPipeLocalInfo().
ULONG _NP_DATA_QUEUE::QuotaUsed |
Definition at line 142 of file npfs.h.
Referenced by NpCancelDataQueueIrp(), NpCommonWrite(), and NpQueryPipeLocalInfo().