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