RTFW_RESTART_TYPE Enumeration

RTFW_RESTART_TYPE is an enumeration that represents the type of restart (Subsystem or machine) that may be required for RTX64 Subsystem configuration changes to take effect.

Syntax

typedef enum _RTFW_RESTART_TYPE(
    RTRT_NONE,
    RTRT_TCPIP = 5
    RTRT_NETWORK = 7
    RTRT_SUBSYSTEM = 10,
    RTRT_MACHINE = 20,
} RTFW_RESTART_TYPE;

Enumerators

RTRT_NONE

No restart is required.

RTRT_TCPIP

The RT-TCP/IP Stack must be restarted for configuration changes to take effect.

RTRT_NETWORK

The Network Abstraction Layer (NAL) must be restarted for configuration changes to take effect.

RRTRT_SUBSYSTEM

The RTX64 Subsystem must be restarted for configuration changes to take effect.

RTRT_MACHINE

The machine must be restarted for configuration changes to take effect.

Requirements

Minimum Required Version

RTX64 3.4

API changes for RTX64 4.0

  • Added parameter RTRT_TCPIP
  • Changed the meaning of parameter RTRT_NETWORK
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RtfwRestartRequired