INtime SDK Help
DeleteRtHeap (deprecated)

Deletes a heap object, given its handle. Any flat-model mappings are deleted.

BOOLEAN DeleteRtHeap(
    RTHANDLE hHeap    // a handle for a heap
);

Parameters

hHeap
A handle for the heap object to delete.

Return Values

TRUE
Success.
FALSE
Failure. To determine the status, call GetLastRtError.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also

Memory management system calls