ReactOS 0.4.15-dev-7842-g558ab78
_RX_FCB_TABLE_ENTRY Struct Reference

#include <fcbtable.h>

Collaboration diagram for _RX_FCB_TABLE_ENTRY:

Public Attributes

NODE_TYPE_CODE NodeTypeCode
 
NODE_BYTE_SIZE NodeByteSize
 
ULONG HashValue
 
UNICODE_STRING Path
 
LIST_ENTRY HashLinks
 
LONG Lookups
 

Detailed Description

Definition at line 4 of file fcbtable.h.

Member Data Documentation

◆ HashLinks

LIST_ENTRY _RX_FCB_TABLE_ENTRY::HashLinks

Definition at line 9 of file fcbtable.h.

Referenced by RxCreateNetFcb(), RxFcbTableInsertFcb(), and RxFcbTableRemoveFcb().

◆ HashValue

ULONG _RX_FCB_TABLE_ENTRY::HashValue

Definition at line 7 of file fcbtable.h.

Referenced by RxFcbTableInsertFcb().

◆ Lookups

LONG _RX_FCB_TABLE_ENTRY::Lookups

Definition at line 10 of file fcbtable.h.

◆ NodeByteSize

NODE_BYTE_SIZE _RX_FCB_TABLE_ENTRY::NodeByteSize

Definition at line 6 of file fcbtable.h.

◆ NodeTypeCode

NODE_TYPE_CODE _RX_FCB_TABLE_ENTRY::NodeTypeCode

Definition at line 5 of file fcbtable.h.

◆ Path


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