RtfwGetSubsystemStatus

RtfwGetSubsystemStatus returns the current status of the RTX64 Subsystem.

Syntax

bool RtfwGetSubsystemStatus(
    RTFW_SUBSYSTEM_STATUS * pStatus
);

Parameters

pStatus

A pointer to a value that is set to an RTFW_SUBSYSTEM_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.

Requirements

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

See Also:

RTFW_SUBSYSTEM_STATUS

RtfwStartSubsystem

RtfwStopSubsystem