#ifndef _NTRTL_H #if (PHNT_VERSION < PHNT_VISTA) NTSYSAPI NTSTATUS NTAPI RtlAllocateFromPeb( _In_ ULONG Size, _Out_ PVOID *Block ); #endif #endif View code on GitHub
No description available.