#[repr(C)]pub struct SP_ALTPLATFORM_INFO_V1 {
pub cbSize: u32,
pub Platform: VER_PLATFORM,
pub MajorVersion: u32,
pub MinorVersion: u32,
pub ProcessorArchitecture: u16,
pub Reserved: u16,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_System_Diagnostics_Debug"
Fields§
§cbSize: u32
§Platform: VER_PLATFORM
§MajorVersion: u32
§MinorVersion: u32
§ProcessorArchitecture: u16
§Reserved: u16