RtStartComponent

RtStartComponent starts the specified Subsystem component.

Syntax

BOOL RtStartComponent(
    RTSSCOMPONENT Component,
);

Parameters

Component

An RTSSCOMPONENT value that corresponds to a Subsystem component.

Return Value

TRUE if the function succeeds, FALSE if the function fails. For extended error information, call GetLastError.

Requirements

Minimum Supported Version RTX64 4.0
Header RtssApi.h
Library Rtx_Rtss.lib

See Also:

RtStopComponent

RtQueryComponent

RTSSCOMPONENT

RT_COMPONENT_STATUS