#ifndef _NTRTL_H
//
// Hash tables
//
// begin_ntddk
FORCEINLINE
ULONG
NTAPI_INLINE
RtlActiveEnumeratorsHashTable(
_In_ PRTL_DYNAMIC_HASH_TABLE HashTable
)
{
return HashTable->NumEnumerators;
}
View code on GitHub
No description available.