INtime SDK Help
RtIsInRtss (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtIsInRtss (iwin32)

Indicates which environment the process runs in the INtime real-time environment or a simulated one. Since INtime does not have a simulated environment, the function always returns TRUE. Provided only for compatibility.

BOOLEAN RtIsInRtss(void);

Parameters

None.

Return Values

TRUE
The process runs in the INtime real-time environment.

Requirements

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