Searched refs:PdhMakeCounterPathW (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/pdh/ |
H A D | pdh.spec | 83 @ stdcall PdhMakeCounterPathW(ptr ptr ptr long)
|
H A D | pdh_main.c | 1158 ret = PdhMakeCounterPathW( &eW, NULL, &buflenW, flags ); in PdhMakeCounterPathA() 1163 if (!(ret = PdhMakeCounterPathW( &eW, bufferW, &buflenW, flags ))) in PdhMakeCounterPathA() 1188 PDH_STATUS WINAPI PdhMakeCounterPathW( PDH_COUNTER_PATH_ELEMENTS_W *e, LPWSTR buffer, in PdhMakeCounterPathW() function
|
/reactos/sdk/include/psdk/ |
H A D | pdh.h | 203 PDH_STATUS WINAPI PdhMakeCounterPathW(PDH_COUNTER_PATH_ELEMENTS_W *, LPWSTR, LPDWORD, DWORD);
|