#include <revolution/mem.h> BOOL MEMIsUnitHeap( MEMHeapHandle heap );
heap |
Heap handle, to be determined whether it is for a unit heap |
|---|
Returns TRUE if the heap handle passed as an argument is a unit heap. Returns FALSE if the heap handle is of another type or if it is invalid.
Determines whether the heap handle is for a unit heap.
MEMIsExpHeap, MEMIsFrmHeap, MEMGetHeapType
2006/03/01 Initial version.
CONFIDENTIAL