GetMaxPerformanceMetricsHistorySizeRange
Gets the maximum size, minimum size, and step size for the performance monitoring buffer.
Syntax
ADLX_RESULT GetMaxPerformanceMetricsHistorySizeRange (ADLX_IntRange * range)
Parameters
-
[out]
range ADLX_IntRange * The 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
Header |
include “IPerformanceMonitoring.h” |
Minimum version |
1.0 |