RtMonitorGetMaxEventsInSession

RtMonitorGetMaxEventsInSession retrieves the transient value of the maximum number of events to collect in a monitoring session.

Syntax

BOOL RtMonitorGetMaxEventsInSession(
    uint32_t * pMaxEventsInSession
);

Parameters

pMaxEventsInSession

A pointer to a value that the API will set to be the transient value of the maximum number of events to collect in a monitoring session.

Return Value

Returns TRUE if successful, otherwise it returns FALSE and sets the last error value.

Requirements

Minimum Supported Version

RTX64 4.2

Header

Rtapi.h

Library rtx_rtss.lib (RTSS), rtapi.h (Windows)

See Also: