INtime SDK Help
CopyRtSystemInfo
INtime SDK v6 > About INtime > INtime Kernel > Status > CopyRtSystemInfo

Copies the contents of the RQSYSINFO segment, cataloged in the root process, into the SYSINFO structure.

BOOLEAN CopyRtSystemInfo(
    LPSYSINFO lpSysInfo;
);

Parameters

lpSysInfo
Pointer to the SYSINFO structure. This structure contains information about the current RT machine configuration.

Return Values

TRUE
Success. Indicates that the entry was copied.
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