RtIsInRtss
RtIsInRtss provides the ability to determine whether code is running in RTSS or Windows.
Syntax
BOOL RtIsInRtss(VOID);
Parameters
This function has no parameters.
Return Value
TRUE if the calling process is running in the RTSS environment, FALSE otherwise
Remarks
A program should call this program if it must determine its run-time environment. The call returns FALSE when called from Win32.
Requirements
Minimum Supported Version | RTX64 2013 |
Header | Rtapi.h |
Library | RtApi.lib (Windows), Rtx_Rtss.lib (RTSS) |