|
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 Values
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
Header | Rtapi.h |
Library | Rtx_Rtss.lib |