Searched defs:pfnGetPerformanceInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp73 BOOL (WINAPI *pfnGetPerformanceInfo)(PPERFORMANCE_INFORMATION pPerformanceInformation, DWORD cb); member in struct:_VBOXSTATSCONTEXT
131 *(void **)&gCtx.pfnGetPerformanceInfo = RTLdrGetSystemSymbol("psapi.dll", "GetPerformanceInfo");
132 if (gCtx.pfnGetPerformanceInfo)
133 VBoxServiceVerbose(3, "VBoxStatsInit: gCtx.pfnGetPerformanceInfo= %x\n", gCtx.pfnGetPerformanceInfo);
186 if (gCtx.pfnGetPerformanceInfo)
190 if (gCtx.pfnGetPerformanceInfo(&perfInfo, sizeof(perfInfo)))

Completed in 32 milliseconds