ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Classes | |
struct | _PDH_FMT_COUNTERVALUE |
struct | _PDH_RAW_COUNTER |
struct | _PDH_COUNTER_PATH_ELEMENTS_A |
struct | _PDH_COUNTER_PATH_ELEMENTS_W |
struct | _PDH_DATA_ITEM_PATH_ELEMENTS_A |
struct | _PDH_DATA_ITEM_PATH_ELEMENTS_W |
struct | _PDH_COUNTER_INFO_A |
struct | _PDH_COUNTER_INFO_W |
#define PdhAddCounter WINELIB_NAME_AW(PdhAddCounter) |
#define PdhAddEnglishCounter WINELIB_NAME_AW(PdhAddEnglishCounter) |
#define PdhEnumObjectItems WINELIB_NAME_AW(PdhEnumObjectItems) |
#define PdhGetCounterInfo WINELIB_NAME_AW(PdhGetCounterInfo) |
#define PdhLookupPerfIndexByName WINELIB_NAME_AW(PdhLookupPerfIndexByName) |
#define PdhLookupPerfNameByIndex WINELIB_NAME_AW(PdhLookupPerfNameByIndex) |
#define PdhMakeCounterPath WINELIB_NAME_AW(PdhMakeCounterPath) |
#define PdhOpenQuery WINELIB_NAME_AW(PdhOpenQuery) |
#define PdhValidatePath WINELIB_NAME_AW(PdhValidatePath) |
#define PdhValidatePathEx WINELIB_NAME_AW(PdhValidatePathEx) |
typedef HANDLE PDH_HCOUNTER |
typedef HANDLE PDH_HQUERY |
typedef struct _PDH_RAW_COUNTER PDH_RAW_COUNTER |
static PDH_STATUS |
typedef struct _PDH_COUNTER_INFO_A * PPDH_COUNTER_INFO_A |
typedef struct _PDH_COUNTER_INFO_W * PPDH_COUNTER_INFO_W |
typedef struct _PDH_FMT_COUNTERVALUE * PPDH_FMT_COUNTERVALUE |
typedef struct _PDH_RAW_COUNTER * PPDH_RAW_COUNTER |
PDH_STATUS WINAPI PdhAddCounterA | ( | PDH_HQUERY | query, |
LPCSTR | path, | ||
DWORD_PTR | userdata, | ||
PDH_HCOUNTER * | counter | ||
) |
Definition at line 242 of file pdh_main.c.
Referenced by PdhAddEnglishCounterA(), test_PdhAddCounterA(), test_PdhCollectQueryDataEx(), test_PdhCollectQueryDataWithTime(), test_PdhGetCounterInfoA(), test_PdhGetCounterTimeBase(), test_PdhGetFormattedCounterValue(), test_PdhGetRawCounterValue(), and test_PdhSetCounterScaleFactor().
PDH_STATUS WINAPI PdhAddCounterW | ( | PDH_HQUERY | hquery, |
LPCWSTR | path, | ||
DWORD_PTR | userdata, | ||
PDH_HCOUNTER * | hcounter | ||
) |
Definition at line 264 of file pdh_main.c.
Referenced by PdhAddCounterA(), PdhAddEnglishCounterW(), test_PdhAddCounterW(), and test_PdhGetCounterInfoW().
PDH_STATUS WINAPI PdhAddEnglishCounterA | ( | PDH_HQUERY | query, |
LPCSTR | path, | ||
DWORD_PTR | userdata, | ||
PDH_HCOUNTER * | counter | ||
) |
Definition at line 314 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhAddEnglishCounterW | ( | PDH_HQUERY | query, |
LPCWSTR | path, | ||
DWORD_PTR | userdata, | ||
PDH_HCOUNTER * | counter | ||
) |
PDH_STATUS WINAPI PdhCloseQuery | ( | PDH_HQUERY | handle | ) |
Definition at line 397 of file pdh_main.c.
Referenced by test_PdhAddCounterA(), test_PdhAddCounterW(), test_PdhAddEnglishCounterA(), test_PdhAddEnglishCounterW(), test_PdhCollectQueryDataEx(), test_PdhCollectQueryDataWithTime(), test_PdhGetCounterInfoA(), test_PdhGetCounterInfoW(), test_PdhGetCounterTimeBase(), test_PdhGetFormattedCounterValue(), test_PdhGetRawCounterValue(), test_PdhOpenQueryA(), test_PdhOpenQueryW(), and test_PdhSetCounterScaleFactor().
PDH_STATUS WINAPI PdhCollectQueryData | ( | PDH_HQUERY | handle | ) |
Definition at line 464 of file pdh_main.c.
Referenced by test_PdhAddCounterA(), test_PdhAddCounterW(), test_PdhAddEnglishCounterA(), test_PdhAddEnglishCounterW(), test_PdhCollectQueryDataEx(), test_PdhCollectQueryDataWithTime(), test_PdhGetFormattedCounterValue(), and test_PdhGetRawCounterValue().
PDH_STATUS WINAPI PdhCollectQueryDataEx | ( | PDH_HQUERY | handle, |
DWORD | interval, | ||
HANDLE | event | ||
) |
Definition at line 520 of file pdh_main.c.
Referenced by test_PdhCollectQueryDataEx().
PDH_STATUS WINAPI PdhCollectQueryDataWithTime | ( | PDH_HQUERY | handle, |
LONGLONG * | timestamp | ||
) |
Definition at line 579 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhEnumObjectItemsA | ( | LPCSTR | szDataSource, |
LPCSTR | szMachineName, | ||
LPCSTR | szObjectName, | ||
LPSTR | mszCounterList, | ||
LPDWORD | pcchCounterListLength, | ||
LPSTR | mszInstanceList, | ||
LPDWORD | pcchInstanceListLength, | ||
DWORD | dwDetailLevel, | ||
DWORD | dwFlags | ||
) |
Definition at line 1243 of file pdh_main.c.
PDH_STATUS WINAPI PdhEnumObjectItemsW | ( | LPCWSTR | szDataSource, |
LPCWSTR | szMachineName, | ||
LPCWSTR | szObjectName, | ||
LPWSTR | mszCounterList, | ||
LPDWORD | pcchCounterListLength, | ||
LPWSTR | mszInstanceList, | ||
LPDWORD | pcchInstanceListLength, | ||
DWORD | dwDetailLevel, | ||
DWORD | dwFlags | ||
) |
Definition at line 1257 of file pdh_main.c.
PDH_STATUS WINAPI PdhGetCounterInfoA | ( | PDH_HCOUNTER | handle, |
BOOLEAN | text, | ||
LPDWORD | size, | ||
PPDH_COUNTER_INFO_A | info | ||
) |
Definition at line 651 of file pdh_main.c.
Referenced by test_PdhGetCounterInfoA().
PDH_STATUS WINAPI PdhGetCounterInfoW | ( | PDH_HCOUNTER | handle, |
BOOLEAN | text, | ||
LPDWORD | size, | ||
PPDH_COUNTER_INFO_W | info | ||
) |
Definition at line 693 of file pdh_main.c.
Referenced by test_PdhGetCounterInfoW().
PDH_STATUS WINAPI PdhGetCounterTimeBase | ( | PDH_HCOUNTER | handle, |
LONGLONG * | base | ||
) |
Definition at line 735 of file pdh_main.c.
Referenced by test_PdhGetCounterTimeBase().
PDH_STATUS WINAPI PdhGetDllVersion | ( | LPDWORD | version | ) |
PDH_STATUS WINAPI PdhGetFormattedCounterValue | ( | PDH_HCOUNTER | handle, |
DWORD | format, | ||
LPDWORD | type, | ||
PPDH_FMT_COUNTERVALUE | value | ||
) |
Definition at line 772 of file pdh_main.c.
Referenced by test_PdhCollectQueryDataEx(), and test_PdhGetFormattedCounterValue().
PDH_STATUS WINAPI PdhGetRawCounterValue | ( | PDH_HCOUNTER | handle, |
LPDWORD | type, | ||
PPDH_RAW_COUNTER | value | ||
) |
Definition at line 806 of file pdh_main.c.
Referenced by test_PdhGetRawCounterValue().
PDH_STATUS WINAPI PdhLookupPerfIndexByNameA | ( | LPCSTR | machine, |
LPCSTR | name, | ||
LPDWORD | index | ||
) |
Definition at line 838 of file pdh_main.c.
Referenced by test_PdhLookupPerfIndexByNameA().
PDH_STATUS WINAPI PdhLookupPerfIndexByNameW | ( | LPCWSTR | machine, |
LPCWSTR | name, | ||
LPDWORD | index | ||
) |
Definition at line 863 of file pdh_main.c.
Referenced by PdhLookupPerfIndexByNameA(), and test_PdhLookupPerfIndexByNameW().
PDH_STATUS WINAPI PdhLookupPerfNameByIndexA | ( | LPCSTR | machine, |
DWORD | index, | ||
LPSTR | buffer, | ||
LPDWORD | size | ||
) |
Definition at line 890 of file pdh_main.c.
Referenced by test_PdhLookupPerfNameByIndexA().
PDH_STATUS WINAPI PdhLookupPerfNameByIndexW | ( | LPCWSTR | machine, |
DWORD | index, | ||
LPWSTR | buffer, | ||
LPDWORD | size | ||
) |
Definition at line 918 of file pdh_main.c.
Referenced by PdhLookupPerfNameByIndexA(), and test_PdhLookupPerfNameByIndexW().
PDH_STATUS WINAPI PdhMakeCounterPathA | ( | PDH_COUNTER_PATH_ELEMENTS_A * | e, |
LPSTR | buffer, | ||
LPDWORD | buflen, | ||
DWORD | flags | ||
) |
Definition at line 1137 of file pdh_main.c.
Referenced by test_PdhMakeCounterPathA().
PDH_STATUS WINAPI PdhMakeCounterPathW | ( | PDH_COUNTER_PATH_ELEMENTS_W * | e, |
LPWSTR | buffer, | ||
LPDWORD | buflen, | ||
DWORD | flags | ||
) |
Definition at line 1188 of file pdh_main.c.
Referenced by PdhMakeCounterPathA().
PDH_STATUS WINAPI PdhOpenQueryA | ( | LPCSTR | source, |
DWORD_PTR | userdata, | ||
PDH_HQUERY * | query | ||
) |
Definition at line 957 of file pdh_main.c.
Referenced by test_PdhAddCounterA(), test_PdhAddEnglishCounterA(), test_PdhCollectQueryDataEx(), test_PdhCollectQueryDataWithTime(), test_PdhGetCounterInfoA(), test_PdhGetCounterTimeBase(), test_PdhGetFormattedCounterValue(), test_PdhGetRawCounterValue(), test_PdhOpenQueryA(), and test_PdhSetCounterScaleFactor().
PDH_STATUS WINAPI PdhOpenQueryW | ( | LPCWSTR | source, |
DWORD_PTR | userdata, | ||
PDH_HQUERY * | handle | ||
) |
Definition at line 975 of file pdh_main.c.
Referenced by PdhOpenQueryA(), test_PdhAddCounterW(), test_PdhAddEnglishCounterW(), test_PdhGetCounterInfoW(), and test_PdhOpenQueryW().
PDH_STATUS WINAPI PdhRemoveCounter | ( | PDH_HCOUNTER | handle | ) |
Definition at line 1001 of file pdh_main.c.
Referenced by test_PdhAddCounterA(), test_PdhAddCounterW(), test_PdhAddEnglishCounterA(), and test_PdhAddEnglishCounterW().
PDH_STATUS WINAPI PdhSetCounterScaleFactor | ( | PDH_HCOUNTER | handle, |
LONG | factor | ||
) |
Definition at line 1024 of file pdh_main.c.
Referenced by test_PdhGetCounterInfoA(), test_PdhGetCounterInfoW(), test_PdhGetFormattedCounterValue(), and test_PdhSetCounterScaleFactor().
PDH_STATUS WINAPI PdhSetDefaultRealTimeDataSource | ( | DWORD | source | ) |
Definition at line 1271 of file pdh_main.c.
PDH_STATUS WINAPI PdhValidatePathA | ( | LPCSTR | path | ) |
Definition at line 1051 of file pdh_main.c.
Referenced by PdhValidatePathExA(), and test_PdhValidatePathA().
PDH_STATUS WINAPI PdhValidatePathExA | ( | PDH_HLOG | source, |
LPCSTR | path | ||
) |
Definition at line 1107 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhValidatePathExW | ( | PDH_HLOG | source, |
LPCWSTR | path | ||
) |
Definition at line 1122 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhValidatePathW | ( | LPCWSTR | path | ) |
Definition at line 1077 of file pdh_main.c.
Referenced by PdhValidatePathA(), PdhValidatePathExW(), and test_PdhValidatePathW().