NNS_FndDestroyFrmHeap

C Specification

#include <nnsys/fnd.h>
void NNS_FndDestroyFrmHeap(NNSFndHeapHandle heap);

Arguments

heap Frame heap handle.

Return Values

None.

Description

Gets rid of the frame heap.

See Also

NNS_FndCreateFrmHeap, NNS_FndCreateFrmHeapEx

Revision History

04/01/2004 Initial version.