Skip to content

GetMaxPerformanceMetricsHistorySizeRange

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXPerformanceMonitoringServices

Syntax

ADLX_RESULT    GetMaxPerformanceMetricsHistorySizeRange (ADLX_IntRange* range)

Parameters

#DirectionNameTypeDescription
1.[out]rangeADLX_IntRangeThe pointer to a variable where the buffer size range (in second) is returned.

Return Value

If the buffer size range is successfully returned, ADLX_OK is returned.

If the buffer size range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The maximum buffer size, minimum buffer size, and step buffer size are read only.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums