RtfwStartMonitoring

RtfwStartMonitoring starts RTX64 Monitoring.

Syntax

bool RtfwStartMonitoring(
);

Parameters

This function has no parameters.

Return Value

The function returns true if it succeeds. Otherwise, it returns false. Call GetLastError for additional error information.

Possible error codes:

Error Code Meaning
RT_ERROR_MONITORING_ALREADY_STARTED Monitoring is already started.
RT_ERROR_MONITORING_NOT_ENABLED

Monitoring cannot be started, paused, or resumed, because it is not enabled.

RT_ERROR_SUBSYSTEM_NOT_STARTED The RTX64 Subsystem is not started

Remarks

Monitoring cannot be started when it’s disabled. Nor can it be disabled when it’s started.

Requirements

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

See Also:

RtfwStopMonitoring

RtfwEnableMonitoring

RtfwDisableMonitoring