Undocumented functions of NTDLL

2OOO, 14 December


RtlFreeHeap
RtlFreeHeap

NTSYSAPI 
BOOLEAN
NTAPI

RtlFreeHeap(
IN PVOID HeapHandle, IN ULONG Flags OPTIONAL, IN PVOID MemoryPointer );



Maps directly to Win32 API HeapFree from Kernel32.dll.



Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtFreeVirtualMemory
RtlAllocateHeap