MEMDestroyFrmHeap

C Specification

#include <revolution/mem.h>

void* MEMDestroyFrmHeap( MEMHeapHandle heap );

Arguments

heap Frame heap handle.

Return Values

Returns the pointer to the region that the deleted heap occupies.

Description

Destroys the frame heap.

See Also

MEMCreateFrmHeap,MEMCreateFrmHeapEx

Revision History

03/01/2006 Initial version.