Platform SDK: Performance Monitoring

Counters.Item

Returns the specified counter from the Counters object as a CounterItem object. This is a read-only property and the default of the Counters object.

Public Property Item(
  index as Variant
) as CounterItem;

Parameters

index
[in] Identifies a specific counter in the Counters object. It is a one-based index value.

Return Values

A reference to the specified CounterItem object.

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties