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

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

Note: This call has been deprecated from INtime version 6.2. Use the GetRtPhysicalMemoryInfo call instead.
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.

Status

E_BAD_ADDR
The pPoolInfo parameter does not contain a valid address.
E_EXIST
The hProcess parameter does not contain a valid handle value.
E_TYPE
The hProcess parameter does not contain a handle for a process.

Requirements

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