INtime SDK Help
GetRtHeapInfo
INtime SDK v6 > About INtime > INtime Kernel > Memory management > GetRtHeapInfo

Returns a structure that contains information about a heap object.

BOOLEAN GetRtHeapInfo(
    RTHANDLE hHeap,      // a handle for a heap 
    LPHEAPINFO lpInfo    // a pointer to a HEAPINFO structure
);

Parameters

hHeap
A handle for a heap object.
lpInfo
A pointer to the HEAPINFO structure where the data is returned.

Return Values

TRUE
Success.
FALSE
Failure. To view detailed error information, 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, HEAPINFO structure