RtfwGetMonitorStatus

RtfwGetMonitorStatus returns the current status of the RTX64 Monitoring.

Syntax

bool RtfwGetMonitorStatus(
    RTFW_MONITOR_STATUS * pMonitorStatus
);

Parameters

pMonitorStatus

A pointer to a RTFW_MONITOR_STATUS enumeration value that is set to indicate the current status of the Susbsytem’s monitoring.

Return Value

The function returns true if it succeeds. Otherwise, it returns false. 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
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RTFW_MONITOR_STATUS