ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <npfs.h>
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 |
RTL_GENERIC_TABLE _NP_VCB::EventTable |
Definition at line 284 of file npfs.h.
Referenced by NpDeleteCcb(), NpInitializeVcb(), and NpSetDisconnectedPipeState().
ERESOURCE _NP_VCB::Lock |
Definition at line 283 of file npfs.h.
Referenced by NpAcquireExclusiveVcb(), NpAcquireSharedVcb(), NpInitializeVcb(), and NpReleaseVcb().
NODE_TYPE_CODE _NP_VCB::NodeType |
Definition at line 279 of file npfs.h.
Referenced by NpInitializeVcb().
UNICODE_PREFIX_TABLE _NP_VCB::PrefixTable |
Definition at line 282 of file npfs.h.
Referenced by NpCreateFcb(), NpCreateRootDcb(), NpDeleteFcb(), NpFindPrefix(), and NpInitializeVcb().
ULONG _NP_VCB::ReferenceCount |
Definition at line 280 of file npfs.h.
Referenced by NpCommonClose(), and NpOpenNamedPipeFileSystem().
PNP_DCB _NP_VCB::RootDcb |
Definition at line 281 of file npfs.h.
Referenced by NpCreateRootDcb(), NpFsdCreate(), and NpQueryNameInfo().
NP_WAIT_QUEUE _NP_VCB::WaitQueue |
Definition at line 285 of file npfs.h.
Referenced by NpCreateExistingNamedPipe(), NpDeleteFcb(), NpInitializeVcb(), NpSetListeningPipeState(), and NpWaitForNamedPipe().