RTFW_COMPONENT_STATUS Enumeration

RTFW_COMPONENT_STATUS represents the status of an RTX64 component.

NOTE: This enumeration replaces the RTFW_SUBSYSTEM_STATUS enumeration from versions previous to RTX64 4.0.

Syntax

typedef enum _RTFW_COMPONENT_STATUS(
    RTFW_COMPONENT_STATUS_STOPPED,       
    RTFW_COMPONENT_STATUS_STARTED,       
    RTFW_COMPONENT_STATUS_STOPPING,       
    RTFW_COMPONENT_STATUS_STARTING,       
    RTFW_COMPONENT_STATUS_TRANSITIONING,   
    RTFW_COMPONENT_STATUS_NOT_CONFIGURED,  
    RTFW_COMPONENT_STATUS_ERROR,          
} RTFW_COMPONENT_STATUS, * PRTFW_COMPONENT_STATUS;

Members

RTFW_COMPONENT_STATUS_STOPPED

The component is stopped.

RTFW_COMPONENT_STATUS_STARTED

The component is started.

RTFW_COMPONENT_STATUS_STOPPING

The component is stopping.

RTFW_COMPONENT_STATUS_STARTING

The component is starting.

RTFW_COMPONENT_STATUS_TRANSITIONING

The component is either stopping or starting.

RTFW_COMPONENT_STATUS_NOT_CONFIGURED

The component is not configured or not in use.

RTFW_COMPONENT_STATUS_ERROR

The component is in an error state.

Requirements

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

See Also: