RtfwStopMonitoring

RtfwStopMonitoring stops RTX64 Monitoring.

Syntax

bool RtfwStopMonitoring(
);

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_STOPPED Monitoring is already stopped.
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:

RtfwStartMonitoring

RtfwEnableMonitoring

RtfwDisableMonitoring