Undocumented functions of NTDLL

2OOO, 14 December


RtlAllocateHeap
RtlAllocateHeap

NTSYSAPI 
PVOID
NTAPI

RtlAllocateHeap(
IN PVOID HeapHandle, IN ULONG Flags, IN ULONG Size );



Function maps Win32 API HeapCreate, see Ms SDK.



Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtAllocateVirtualMemory
RtlCreateHeap