#ifndef _NTRTL_H // // Hash tables // // begin_ntddk #if (PHNT_VERSION >= PHNT_WINDOWS_7) NTSYSAPI BOOLEAN NTAPI RtlExpandHashTable( _In_ PRTL_DYNAMIC_HASH_TABLE HashTable ); #endif // end_ntddk #endif View code on GitHub
No description available.