include: Add more constants to SYSTEM_INFORMATION_CLASS.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
448344c5e4
commit
a64dcfa7bf
|
@ -929,26 +929,34 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
|
||||||
SystemVerifierInformation = 51,
|
SystemVerifierInformation = 51,
|
||||||
SystemAddVerifier = 52,
|
SystemAddVerifier = 52,
|
||||||
SystemSessionProcessesInformation = 53,
|
SystemSessionProcessesInformation = 53,
|
||||||
Unknown54,
|
SystemLoadGdiDriverInSystemSpace = 54,
|
||||||
Unknown55,
|
SystemNumaProcessorMap = 55,
|
||||||
Unknown56,
|
SystemPrefetcherInformation = 56,
|
||||||
Unknown57,
|
SystemExtendedProcessInformation = 57,
|
||||||
SystemRecommendedSharedDataAlignment = 58,
|
SystemRecommendedSharedDataAlignment = 58,
|
||||||
Unknown59,
|
SystemComPlusPackage = 59,
|
||||||
Unknown60,
|
SystemNumaAvailableMemory = 60,
|
||||||
Unknown61,
|
SystemProcessorPowerInformation = 61,
|
||||||
Unknown62,
|
SystemEmulationBasicInformation = 62,
|
||||||
Unknown63,
|
SystemEmulationProcessorInformation = 63,
|
||||||
Unknown64,
|
SystemExtendedHandleInformation = 64,
|
||||||
Unknown65,
|
SystemLostDelayedWriteInformation = 65,
|
||||||
Unknown66,
|
SystemBigPoolInformation = 66,
|
||||||
Unknown67,
|
SystemSessionPoolTagInformation = 67,
|
||||||
Unknown68,
|
SystemSessionMappedViewInformation = 68,
|
||||||
Unknown69,
|
SystemHotpatchInformation = 69,
|
||||||
Unknown70,
|
SystemObjectSecurityMode = 70,
|
||||||
Unknown71,
|
SystemWatchdogTimerHandler = 71,
|
||||||
Unknown72,
|
SystemWatchdogTimerInformation = 72,
|
||||||
SystemLogicalProcessorInformation = 73,
|
SystemLogicalProcessorInformation = 73,
|
||||||
|
SystemWow64SharedInformation = 74,
|
||||||
|
SystemRegisterFirmwareTableInformationHandler = 75,
|
||||||
|
SystemFirmwareTableInformation = 76,
|
||||||
|
SystemModuleInformationEx = 77,
|
||||||
|
SystemVerifierTriageInformation = 78,
|
||||||
|
SystemSuperfetchInformation = 79,
|
||||||
|
SystemMemoryListInformation = 80,
|
||||||
|
SystemFileCacheInformationEx = 81,
|
||||||
SystemLogicalProcessorInformationEx = 107,
|
SystemLogicalProcessorInformationEx = 107,
|
||||||
SystemInformationClassMax
|
SystemInformationClassMax
|
||||||
} SYSTEM_INFORMATION_CLASS, *PSYSTEM_INFORMATION_CLASS;
|
} SYSTEM_INFORMATION_CLASS, *PSYSTEM_INFORMATION_CLASS;
|
||||||
|
|
Loading…
Reference in New Issue