[PATCH1/3] include/winternl: Add Logical Processor Information to SYSTEM_CPU_INFORMATION

Dmitry Timoshkov dmitry at codeweavers.com
Sun Oct 3 02:34:02 CDT 2010


Rudolf Mayerhofer <rm at eightyfive.net> wrote:

> > Are the additions to the structures your own invention?
> 
> Yes, as SystemClass 0x01 and struct SYSTEM_CPU_INFORMATION seem to be Wine-
> only (I could not find anything related to that on MSDN and Googling it brings 
> just references to Wine up). So it seems this struct was added for internal 
> use in Wine (wineboot to be exact).

NtQuerySystemInfo/SystemCpuInformation is a public ntdll interface, you can't
add custom extensions to it.

-- 
Dmitry.



More information about the wine-devel mailing list