#ifndef _NTRTL_H
// Hash tables
// begin_ntddk
#if (PHNT_VERSION >= PHNT_WIN7)
FORCEINLINE
ULONG
RtlTotalBucketsHashTable(
_In_ PRTL_DYNAMIC_HASH_TABLE HashTable
)
{
return HashTable->TableSize;
}
View code on GitHub
No description available.