Searched refs:pdhgetformattedcountervalue (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xload/dist/
H A Dget_load.c69 static long (__stdcall *pdhgetformattedcountervalue)(HANDLE, DWORD, LPDWORD, COUNTER*); variable in typeref:typename:long (__stdcall *)(HANDLE,DWORD,LPDWORD,COUNTER *)
82 pdhgetformattedcountervalue=(void*)GetProcAddress(hdll, "PdhGetFormattedCounterValue");
83 if (!pdhgetformattedcountervalue) exit(-1);
100 ret = pdhgetformattedcountervalue(counter, 0x200, NULL, &fmtvalue);

Completed in 2 milliseconds