ReactOS 0.4.15-dev-7842-g558ab78
_RX_FCB_TABLE Struct Reference

#include <fcbtable.h>

Collaboration diagram for _RX_FCB_TABLE:

Public Attributes

NODE_TYPE_CODE NodeTypeCode
 
NODE_BYTE_SIZE NodeByteSize
 
volatile ULONG Version
 
BOOLEAN CaseInsensitiveMatch
 
USHORT NumberOfBuckets
 
volatile LONG Lookups
 
volatile LONG FailedLookups
 
volatile LONG Compares
 
ERESOURCE TableLock
 
PRX_FCB_TABLE_ENTRY TableEntryForNull
 
LIST_ENTRY HashBuckets [RX_FCB_TABLE_NUMBER_OF_HASH_BUCKETS]
 

Detailed Description

Definition at line 15 of file fcbtable.h.

Member Data Documentation

◆ CaseInsensitiveMatch

BOOLEAN _RX_FCB_TABLE::CaseInsensitiveMatch

Definition at line 20 of file fcbtable.h.

◆ Compares

volatile LONG _RX_FCB_TABLE::Compares

Definition at line 24 of file fcbtable.h.

◆ FailedLookups

volatile LONG _RX_FCB_TABLE::FailedLookups

Definition at line 23 of file fcbtable.h.

◆ HashBuckets

LIST_ENTRY _RX_FCB_TABLE::HashBuckets[RX_FCB_TABLE_NUMBER_OF_HASH_BUCKETS]

Definition at line 27 of file fcbtable.h.

Referenced by RxFinalizeConnection(), RxFinalizeNetRoot(), and RxOrphanSrvOpens().

◆ Lookups

volatile LONG _RX_FCB_TABLE::Lookups

Definition at line 22 of file fcbtable.h.

◆ NodeByteSize

NODE_BYTE_SIZE _RX_FCB_TABLE::NodeByteSize

Definition at line 18 of file fcbtable.h.

◆ NodeTypeCode

NODE_TYPE_CODE _RX_FCB_TABLE::NodeTypeCode

Definition at line 17 of file fcbtable.h.

◆ NumberOfBuckets

USHORT _RX_FCB_TABLE::NumberOfBuckets

Definition at line 21 of file fcbtable.h.

Referenced by RxFinalizeConnection(), RxFinalizeNetRoot(), and RxOrphanSrvOpens().

◆ TableEntryForNull

PRX_FCB_TABLE_ENTRY _RX_FCB_TABLE::TableEntryForNull

Definition at line 26 of file fcbtable.h.

Referenced by RxOrphanSrvOpens().

◆ TableLock

ERESOURCE _RX_FCB_TABLE::TableLock

Definition at line 25 of file fcbtable.h.

◆ Version

volatile ULONG _RX_FCB_TABLE::Version

Definition at line 19 of file fcbtable.h.

Referenced by RxFindOrCreateFcb().


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