ReactOS 0.4.15-dev-7788-g1ad9096
_NP_VCB Struct Reference

#include <npfs.h>

Collaboration diagram for _NP_VCB:

Public Attributes

NODE_TYPE_CODE NodeType
 
ULONG ReferenceCount
 
PNP_DCB RootDcb
 
UNICODE_PREFIX_TABLE PrefixTable
 
ERESOURCE Lock
 
RTL_GENERIC_TABLE EventTable
 
NP_WAIT_QUEUE WaitQueue
 

Detailed Description

Definition at line 277 of file npfs.h.

Member Data Documentation

◆ EventTable

RTL_GENERIC_TABLE _NP_VCB::EventTable

Definition at line 284 of file npfs.h.

Referenced by NpDeleteCcb(), NpInitializeVcb(), and NpSetDisconnectedPipeState().

◆ Lock

ERESOURCE _NP_VCB::Lock

Definition at line 283 of file npfs.h.

Referenced by NpAcquireExclusiveVcb(), NpAcquireSharedVcb(), NpInitializeVcb(), and NpReleaseVcb().

◆ NodeType

NODE_TYPE_CODE _NP_VCB::NodeType

Definition at line 279 of file npfs.h.

Referenced by NpInitializeVcb().

◆ PrefixTable

UNICODE_PREFIX_TABLE _NP_VCB::PrefixTable

Definition at line 282 of file npfs.h.

Referenced by NpCreateFcb(), NpCreateRootDcb(), NpDeleteFcb(), NpFindPrefix(), and NpInitializeVcb().

◆ ReferenceCount

ULONG _NP_VCB::ReferenceCount

Definition at line 280 of file npfs.h.

Referenced by NpCommonClose(), and NpOpenNamedPipeFileSystem().

◆ RootDcb

PNP_DCB _NP_VCB::RootDcb

Definition at line 281 of file npfs.h.

Referenced by NpCreateRootDcb(), NpFsdCreate(), and NpQueryNameInfo().

◆ WaitQueue


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