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.

If you attempt to open a session folder immediately after using this function to stop monitoring, you might encounter an exception due to the session still being written. When this occurs, wait a few moments before opening the session folder.

Requirements

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

See Also:

RtfwStartMonitoring

RtfwEnableMonitoring

RtfwDisableMonitoring