Platform SDK: Performance Monitoring

SystemMonitorCtl.ReportValueTypeConstants

Used in the ReportValueType property of the SystemMonitor object. This enumeration determines the value to be displayed for each counter in the Histogram and Report views.

Public Enum ReportValueTypeConstants
  sysmonDefaultValue
  sysmonCurrentValue
  sysmonAverage
  sysmonMinumum
  sysmonMaximum
End Enum
Constant (value) Description
sysmonDefaultValue (0) The default value of the counter.
sysmonCurrentValue (1) The current value of the counter.
sysmonAverage (2) The average value of the counter over the display interval.
sysmonMinimum (3) The minimum value of the counter over the display interval.
sysmonMaximum (4) The maximum value of the counter over the display interval.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Smonctrl.odl.

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Enumerations