#[repr(C)]pub struct SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO {
pub Version: u32,
pub Size: u32,
pub DeviceCount: u32,
pub Devices: [SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§DeviceCount: u32
§Devices: [SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; 1]