MEMIsUnitHeap

C Specification

#include <revolution/mem.h>

BOOL MEMIsUnitHeap( MEMHeapHandle heap );

Arguments

heap Heap handle passed to the function.

Return Values

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.

Description

Determines whether the heap handle is for a unit heap.

See Also

MEMIsExpHeap, MEMIsFrmHeap, MEMGetHeapType

Revision History

03/01/2006 Initial version.