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