Home
last modified time | relevance | path

Searched refs:PdhMakeCounterPathW (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/pdh/
H A Dpdh.spec83 @ stdcall PdhMakeCounterPathW(ptr ptr ptr long)
H A Dpdh_main.c1158 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 Dpdh.h203 PDH_STATUS WINAPI PdhMakeCounterPathW(PDH_COUNTER_PATH_ELEMENTS_W *, LPWSTR, LPDWORD, DWORD);