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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp146 SYSTEM_INFO systemInfo; local
163 GetSystemInfo(&systemInfo);
168 req.guestStats.u32PageSize = systemInfo.dwPageSize;
210 cbStruct = systemInfo.dwNumberOfProcessors * sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
253 for (uint32_t i = 0; i < systemInfo.dwNumberOfProcessors; i++)

Completed in 42 milliseconds