mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
LIBRARY pdh
|
|
|
|
DESCRIPTION 'Performance Data Helper Function library'
|
|
|
|
EXPORTS
|
|
DLLInit
|
|
PdhGetDllVersion
|
|
PdhOpenQuery
|
|
PdhAddCounterA
|
|
PdhAddCounterW
|
|
PdhRemoveCounter
|
|
PdhCollectQueryData
|
|
PdhCloseQuery
|
|
PdhGetFormattedCounterValue
|
|
PdhGetRawCounterValue
|
|
PdhCalculateCounterFromRawValue
|
|
PdhComputeCounterStatistics
|
|
PdhGetCounterInfoA
|
|
PdhGetCounterInfoW
|
|
PdhSetCounterScaleFactor
|
|
PdhConnectMachineA
|
|
PdhConnectMachineW
|
|
PdhEnumMachinesA
|
|
PdhEnumMachinesW
|
|
PdhEnumObjectsA
|
|
PdhEnumObjectsW
|
|
PdhEnumObjectItemsA
|
|
PdhEnumObjectItemsW
|
|
PdhMakeCounterPathA
|
|
PdhMakeCounterPathW
|
|
PdhParseCounterPathA
|
|
PdhParseCounterPathW
|
|
PdhParseInstanceNameA
|
|
PdhParseInstanceNameW
|
|
PdhValidatePathA
|
|
PdhValidatePathW
|
|
PdhGetDefaultPerfObjectA
|
|
PdhGetDefaultPerfObjectW
|
|
PdhGetDefaultPerfCounterA
|
|
PdhGetDefaultPerfCounterW
|
|
PdhBrowseCountersA
|
|
PdhBrowseCountersW
|
|
PdhExpandCounterPathA
|
|
PdhExpandCounterPathW
|
|
;
|
|
; functions exported for Visual Basic only
|
|
;
|
|
PdhVbOpenQuery
|
|
PdhVbAddCounter
|
|
PdhVbGetDoubleCounterValue
|
|
PdhVbGetOneCounterPath
|
|
PdhVbCreateCounterPathList
|
|
PdhVbGetCounterPathFromList
|
|
PdhVbGetCounterPathElements
|
|
PdhVbIsGoodStatus
|
|
|