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

Indicates which environment the process runs in the INtime real-time environment or a simulated one. Since iwin32x is a Windows process, the function always returns FALSE. Provided only for compatibility.

BOOLEAN RtIsInRtss(void);

Parameters

None.

Return Values

FALSE
The process runs in the Windows environment.

Requirements

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