SystemBasicInformation = 0SystemPerformanceInformation = 2SystemTimeOfDayInformation = 3SystemProcessInformation = 5SystemProcessorPerformanceInformation = 8SystemInterruptInformation = 23SystemExceptionInformation = 33SystemRegistryQuotaInformation = 37SystemLookasideInformation = 45SystemCodeIntegrityInformation = 103SystemPolicyInformation = 134pub const SYSTEM_INFORMATION_CLASS = enum(c_int) {
SystemBasicInformation = 0,
SystemPerformanceInformation = 2,
SystemTimeOfDayInformation = 3,
SystemProcessInformation = 5,
SystemProcessorPerformanceInformation = 8,
SystemInterruptInformation = 23,
SystemExceptionInformation = 33,
SystemRegistryQuotaInformation = 37,
SystemLookasideInformation = 45,
SystemCodeIntegrityInformation = 103,
SystemPolicyInformation = 134,
}