RTFW_START_MODE Enumeration
RTFW_START_MODE represents the different ways the wRTOS Subsystem can start.
Syntax
typedef enum _RTFW_START_MODE(
RTSM_MANUAL = 0,
RTSM_AUTOMATIC,
RTSM_MAX,
} RTFW_START_MODE, * PRTFW_START_MODE;
Constants
RTSM_MANUAL
When used in structure RTFW_SUBSYSTEM_CONFIGURATION, enumerator RTSM_MANUAL indicates the Subsystem is started manually using wRTOS Settings, wRTOS Control Panel, RtfwStartSubsystem, or by running an RTSS application with RtssRun, ShellExecute, ShellExecuteEx, or Windows Explorer.
RTSM_AUTOMATIC
When used in structure RTFW_SUBSYSTEM_CONFIGURATION, enumerator RTSM_AUTOMATIC means the subsystem starts when Windows boots.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtfwApi.h |
RtfwApi.lib |
See Also: