RtfwDeleteAllMonitorSessions

RtfwDeleteAllMonitorSessions deletes all RTX64 Monitoring session folders located in the session parent folder configured by RtfwSetMonitorConfiguration.

Syntax

bool RtfwDeleteAllMonitorSessions(
);

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
ERROR_SHARING_VIOLATION Monitoring is started and a session folder is in use by the RTX64 Subsystem, causing this function to fail.

Requirements

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

See Also:

RtfwSetMonitorConfiguration

RtfwDeleteMonitorSession