MEMFindParentHeap

C Specification

#include <revolution/mem.h>

MEMHeapHandle MEMFindParentHeap( MEMHeapHandle heap );

Arguments

heap Heap handle.

Return Values

Returns the heap handle if the parent heap that contains the specified heap is found. Otherwise, returns MEM_HEAP_INVALID_HANDLE (a NULL value).

Description

Gets the heap handle of the parent heap.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL