MEMIsFrmHeap

Syntax

#include <revolution/mem.h>

BOOL MEMIsFrmHeap( MEMHeapHandle heap );

Arguments

heap Heap handle, to be determined whether it is for a frame heap

Return Values

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.

Description

Determines whether the heap handle is for a frame heap.

See Also

MEMIsExpHeap, MEMIsUnitHeap, MEMGetHeapType

Revision History

2006/03/01 Initial version.


CONFIDENTIAL