RtfwGetSubsystemStatus

RtfwGetSubsystemStatus returns the current status of the RTX64 Subsystem.

Syntax

bool RtfwGetSubsystemStatus(
    RTFW_COMPONENT_STATUS * pStatus
);

Parameters

pStatus

A pointer to a value that is set to an RTFW_COMPONENT_STATUS enumerator that is the current status of the Subsystem.

Return Value

The function returns true if it succeeds. Otherwise, it returns false, sets the last error value, and leaves the value pointed to by pStatus invalid. Call GetLastError for additional error information.

Remarks

If the Subsystem is running when the RtfwGetLocalMemoryConfiguration API is called, the values returned by this function may differ from the values currently in use by the Subsystem.

Requirements

Minimum Required Version

RTX64 3.4

API changes for RTX64 4.0

  • Parameter pStatus now points to a value that is set in new enumerator RTFW_COMPONENT_STATUS
Header RtfwAPI.h
Library RtfwAPI.lib

See Also: