RtQueryComponent

RtQueryComponent returns status information for installed Subsystem components.

Syntax

BOOL RtQueryComponent(
    RTSSCOMPONENT Component,
    PRT_COMPONENT_STATUS Status,
);

Parameters

Component

An RTSSCOMPONENT value that corresponds to a Subsystem component.

Status

A PRT_COMPONENT_STATUS value.

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:

RtStartComponent

RTSSCOMPONENT

RT_COMPONENT_STATUS