INtime SDK Help
GetRtProcessPoolInfo
INtime SDK v6 > About INtime > INtime Kernel > Processes > GetRtProcessPoolInfo

Returns information about the memory pool of the specified process on local node.

BOOLEAN GetRtProcessPoolInfo (
    RTHANDLE hProcess,
    LPPOOLINFO pPoolInfo
);

Parameters

hProcess
A handle for a process.
pPoolInfo
A pointer to the POOLINFO structure.

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