RTFW_START_MODE Enumeration

RTFW_START_MODE represents the different ways the RTX64 subsystem and TCP/IP stack 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 means the subsystem is started manually using the RTX64 Control Panel, function RtfwStartSubsystem, or by running an RTSS application with RTSSRun, ShellExecute, ShellExecuteEx, or Windows Explorer.

When used in structure RTFW_NETWORK_CONFIGURATION, enumerator RTSM_MANUAL means the stack must be manually started using the RTX64 Control Panel or function RtfwStartTCPIPStack.

RTSM_AUTOMATIC

When used in structure RTFW_SUBSYSTEM_CONFIGURATION, enumerator RTSM_AUTOMATIC means the subsystem starts when Windows boots.

When used in structure RTFW_NETWORK_CONFIGURATION, enumerator RTSM_AUTOMATIC means the stack starts when the RTX64 subsystem starts.

Requirements

Minimum Required Version RTX64 3.4
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RTFW_SUBSYSTEM_CONFIGURATION

RTFW_NETWORK_CONFIGURATION