opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Important
The functions that this topic describes may be altered or unavailable in the future. Instead, Microsoft recommends that you use the functions described in Performance Counters Functions.
You can use the following functions to work with performance data in Visual Basic.
- PdhCloseQuery
- PdhCollectQueryData
- PdhRemoveCounter
- PdhVbAddCounter
- PdhVbCreateCounterPathList
- PdhVbGetCounterPathElements
- PdhVbGetCounterPathFromList
- PdhVbGetDoubleCounterValue
- PdhVbGetLogFileSize
- PdhVbGetOneCounterPath
- PdhVbIsGoodStatus
- PdhVbOpenLog
- PdhVbOpenQuery
- PdhVbUpdateLog
Note
The PdhVb*** functions work on a per-process session and are not thread-safe. These functions should only be used from simple single-threaded applications.