#include <revolution/mem.h> MEMHeapHandle MEMFindParentHeap( MEMHeapHandle heap );
heap |
Heap handle passed to the function. |
|---|
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.
None.
2006/03/01 Initial version.
CONFIDENTIAL