ReactOS 0.4.15-dev-7918-g2a2556c
_BL_HASH_NODE Struct Reference

#include <bl.h>

Collaboration diagram for _BL_HASH_NODE:

Public Attributes

LIST_ENTRY ListEntry
 
BL_HASH_ENTRY Entry
 
BL_HASH_VALUE Value
 

Detailed Description

Definition at line 1189 of file bl.h.

Member Data Documentation

◆ Entry

BL_HASH_ENTRY _BL_HASH_NODE::Entry

Definition at line 1192 of file bl.h.

Referenced by BlHtDelete(), BlHtLookup(), and BlHtStore().

◆ ListEntry

LIST_ENTRY _BL_HASH_NODE::ListEntry

Definition at line 1191 of file bl.h.

Referenced by BlHtDelete(), and BlHtStore().

◆ Value

BL_HASH_VALUE _BL_HASH_NODE::Value

Definition at line 1193 of file bl.h.

Referenced by BlHtLookup(), and BlHtStore().


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