#ifndef _NTRTL_H // // Memory zones // // begin_private NTSYSAPI NTSTATUS NTAPI RtlAllocateMemoryZone( _In_ PVOID MemoryZone, _In_ SIZE_T BlockSize, _Out_ PVOID *Block ); // end_private #endif View code on GitHub
No description available.