Does the dwNumberOfProcessors member of SYSTEM_INFO populated by the GetNativeSystemInfo() function count all logical cores, or only those in the first processor group?
Does the dwNumberOfProcessors member of SYSTEM_INFO populated by the GetNativeSystemInfo() function count all logical
Share
GetNativeSystemInfo() return information only about the calling process’s processor group. 🙁
but take a look GetLogicalProcessorInformation: http://msdn.microsoft.com/en-us/library/ms683194.aspx