Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::MEM_RANGE
#[repr(C, packed(1))]pub struct MEM_RANGE {
pub MR_Align: u64,
pub MR_nBytes: u32,
pub MR_Min: u64,
pub MR_Max: u64,
pub MR_Flags: u32,
pub MR_Reserved: u32,
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§MR_Align: u64§MR_nBytes: u32§MR_Min: u64§MR_Max: u64§MR_Flags: u32§MR_Reserved: u32