#include <revolution/mem.h> MEMHeapHandle MEMFindParentHeap( MEMHeapHandle heap );
heap |
Heap handle. |
Returns the heap handle if the parent heap that contains the specified heap is found. Otherwise, returns MEM_HEAP_INVALID_HANDLE (a NULL value).
Gets the heap handle of the parent heap.
2006/03/01 Initial version.
CONFIDENTIAL