Platform SDK: Performance Monitoring |
The PdhVbCreateCounterPathList function displays the performance counter browsing dialog box, which lets the user select several performance counters. Each selected counter path must then be read using the PdhVbGetCounterPathFromList function.
PdhVbCreateCounterPathList( ByVal DetailLevel as Long, ByVal CaptionString as String ) as Long
Value | Counters displayed |
---|---|
PERF_DETAIL_NOVICE | Only counters that the novice user is likely to understand. |
PERF_DETAIL_ADVANCED | Counters that the advanced user is likely to understand, in addition to the novice-user counters. |
PERF_DETAIL_EXPERT | Counters that the expert user and software developer is likely to understand, in addition to the counters for the novice and advanced users. |
PERF_DETAIL_WIZARD | All counters in the system. |
The function returns the number of counter paths that the user selected.
Windows NT/2000: Requires Windows NT 4.0 or later.
Library: Use Pdh.lib.