http://bugs.winehq.org/show_bug.cgi?id=24283
Summary: More SYSTEMINFOCLASS codes Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: ivan_pozdeev@mail.ru
http://packages.python.org/winappdbg/winappdbg.win32.ntdll-pysrc.html has more codes named than http://source.winehq.org/source/include/winternl.h#L732 .
The list from the 1st link: # SYSTEM_INFORMATION_CLASS 53 # http://www.informit.com/articles/article.aspx?p=22442&seqNum=4 54 SystemBasicInformation = 1 # 0x002C 55 SystemProcessorInformation = 2 # 0x000C 56 SystemPerformanceInformation = 3 # 0x0138 57 SystemTimeInformation = 4 # 0x0020 58 SystemPathInformation = 5 # not implemented 59 SystemProcessInformation = 6 # 0x00F8 + per process 60 SystemCallInformation = 7 # 0x0018 + (n * 0x0004) 61 SystemConfigurationInformation = 8 # 0x0018 62 SystemProcessorCounters = 9 # 0x0030 per cpu 63 SystemGlobalFlag = 10 # 0x0004 64 SystemInfo10 = 11 # not implemented 65 SystemModuleInformation = 12 # 0x0004 + (n * 0x011C) 66 SystemLockInformation = 13 # 0x0004 + (n * 0x0024) 67 SystemInfo13 = 14 # not implemented 68 SystemPagedPoolInformation = 15 # checked build only 69 SystemNonPagedPoolInformation = 16 # checked build only 70 SystemHandleInformation = 17 # 0x0004 + (n * 0x0010) 71 SystemObjectInformation = 18 # 0x0038+ + (n * 0x0030+) 72 SystemPagefileInformation = 19 # 0x0018+ per page file 73 SystemInstemulInformation = 20 # 0x0088 74 SystemInfo20 = 21 # invalid info class 75 SystemCacheInformation = 22 # 0x0024 76 SystemPoolTagInformation = 23 # 0x0004 + (n * 0x001C) 77 SystemProcessorStatistics = 24 # 0x0000, or 0x0018 per cpu 78 SystemDpcInformation = 25 # 0x0014 79 SystemMemoryUsageInformation1 = 26 # checked build only 80 SystemLoadImage = 27 # 0x0018, set mode only 81 SystemUnloadImage = 28 # 0x0004, set mode only 82 SystemTimeAdjustmentInformation = 29 # 0x000C, 0x0008 writeable 83 SystemMemoryUsageInformation2 = 30 # checked build only 84 SystemInfo30 = 31 # checked build only 85 SystemInfo31 = 32 # checked build only 86 SystemCrashDumpInformation = 33 # 0x0004 87 SystemExceptionInformation = 34 # 0x0010 88 SystemCrashDumpStateInformation = 35 # 0x0008 89 SystemDebuggerInformation = 36 # 0x0002 90 SystemThreadSwitchInformation = 37 # 0x0030 91 SystemRegistryQuotaInformation = 38 # 0x000C 92 SystemLoadDriver = 39 # 0x0008, set mode only 93 SystemPrioritySeparationInformation = 40 # 0x0004, set mode only 94 SystemInfo40 = 41 # not implemented 95 SystemInfo41 = 42 # not implemented 96 SystemInfo42 = 43 # invalid info class 97 SystemInfo43 = 44 # invalid info class 98 SystemTimeZoneInformation = 45 # 0x00AC 99 SystemLookasideInformation = 46 # n * 0x0020 100 # info classes specific to Windows 2000 101 # WTS = Windows Terminal Server 102 SystemSetTimeSlipEvent = 47 # set mode only 103 SystemCreateSession = 48 # WTS, set mode only 104 SystemDeleteSession = 49 # WTS, set mode only 105 SystemInfo49 = 50 # invalid info class 106 SystemRangeStartInformation = 51 # 0x0004 107 SystemVerifierInformation = 52 # 0x0068 108 SystemAddVerifier = 53 # set mode only 109 SystemSessionProcessesInformation = 54 # WTS