RtlAllocateHeap (NTDLL.@)
PVOID RtlAllocateHeap ( HANDLE heap, ULONG flags, SIZE_T size )
Allocate a memory block from a Heap.
heap | [In] | Heap to allocate block from. |
flags | [In] | HEAP_ flags from "winnt.h". |
size | [In] | Size of the memory block to allocate. |
Success: A pointer to the newly allocated block
Failure: NULL.
This call does not SetLastError.
Defined in "winternl.h".
Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.