ReactOS 0.4.15-dev-8052-gc0e3179
_BL_HASH_TABLE Struct Reference

#include <bl.h>

Collaboration diagram for _BL_HASH_TABLE:

Public Attributes

PLIST_ENTRY HashLinks
 
ULONG Size
 
PBL_HASH_TABLE_COMPARE_FUNCTION CompareFunction
 
PBL_HASH_TABLE_HASH_FUNCTION HashFunction
 

Detailed Description

Definition at line 1168 of file bl.h.

Member Data Documentation

◆ CompareFunction

PBL_HASH_TABLE_COMPARE_FUNCTION _BL_HASH_TABLE::CompareFunction

Definition at line 1172 of file bl.h.

◆ HashFunction

PBL_HASH_TABLE_HASH_FUNCTION _BL_HASH_TABLE::HashFunction

Definition at line 1173 of file bl.h.

◆ HashLinks

PLIST_ENTRY _BL_HASH_TABLE::HashLinks

Definition at line 1170 of file bl.h.

◆ Size

ULONG _BL_HASH_TABLE::Size

Definition at line 1171 of file bl.h.


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