Platform SDK: Performance Monitoring

CounterItem.Path

Retrieves the counter path used by the System Monitor. This is a read-only property.

Public Property Path( ) as String

Remarks

The path this property returns includes the machine, performance object, instance, and counter.

Return Values

The counter path string.

Example

Dim ctrItem as CounterItem
Dim strPath as String
strpath = ctrItem.strPath

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties