#ifndef _NTRTL_H // Memory zones // begin_private #if (PHNT_VERSION >= PHNT_VISTA) NTSYSAPI NTSTATUS NTAPI RtlResetMemoryZone( _In_ PVOID MemoryZone ); #endif // end_private #endif View code on GitHub
No description available.