ReactOS 0.4.16-dev-1007-g2e85425
|
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 244 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 266 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 316 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 399 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 466 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 522 of file pdh_main.c.
Referenced by test_PdhCollectQueryDataEx().
PDH_STATUS WINAPI PdhCollectQueryDataWithTime | ( | PDH_HQUERY | handle, |
LONGLONG * | timestamp | ||
) |
Definition at line 581 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 1245 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 1259 of file pdh_main.c.
PDH_STATUS WINAPI PdhGetCounterInfoA | ( | PDH_HCOUNTER | handle, |
BOOLEAN | text, | ||
LPDWORD | size, | ||
PPDH_COUNTER_INFO_A | info | ||
) |
Definition at line 653 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 695 of file pdh_main.c.
Referenced by test_PdhGetCounterInfoW().
PDH_STATUS WINAPI PdhGetCounterTimeBase | ( | PDH_HCOUNTER | handle, |
LONGLONG * | base | ||
) |
Definition at line 737 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 774 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 808 of file pdh_main.c.
Referenced by test_PdhGetRawCounterValue().
PDH_STATUS WINAPI PdhLookupPerfIndexByNameA | ( | LPCSTR | machine, |
LPCSTR | name, | ||
LPDWORD | index | ||
) |
Definition at line 840 of file pdh_main.c.
Referenced by test_PdhLookupPerfIndexByNameA().
PDH_STATUS WINAPI PdhLookupPerfIndexByNameW | ( | LPCWSTR | machine, |
LPCWSTR | name, | ||
LPDWORD | index | ||
) |
Definition at line 865 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 892 of file pdh_main.c.
Referenced by test_PdhLookupPerfNameByIndexA().
PDH_STATUS WINAPI PdhLookupPerfNameByIndexW | ( | LPCWSTR | machine, |
DWORD | index, | ||
LPWSTR | buffer, | ||
LPDWORD | size | ||
) |
Definition at line 920 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 1139 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 1190 of file pdh_main.c.
Referenced by PdhMakeCounterPathA().
PDH_STATUS WINAPI PdhOpenQueryA | ( | LPCSTR | source, |
DWORD_PTR | userdata, | ||
PDH_HQUERY * | query | ||
) |
Definition at line 959 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 977 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 1003 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 1026 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 1273 of file pdh_main.c.
PDH_STATUS WINAPI PdhValidatePathA | ( | LPCSTR | path | ) |
Definition at line 1053 of file pdh_main.c.
Referenced by PdhValidatePathExA(), and test_PdhValidatePathA().
PDH_STATUS WINAPI PdhValidatePathExA | ( | PDH_HLOG | source, |
LPCSTR | path | ||
) |
Definition at line 1109 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhValidatePathExW | ( | PDH_HLOG | source, |
LPCWSTR | path | ||
) |
Definition at line 1124 of file pdh_main.c.
Referenced by init_function_ptrs().
PDH_STATUS WINAPI PdhValidatePathW | ( | LPCWSTR | path | ) |
Definition at line 1079 of file pdh_main.c.
Referenced by PdhValidatePathA(), PdhValidatePathExW(), and test_PdhValidatePathW().