Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::MEM_DES
#[repr(C, packed(1))]pub struct MEM_DES {
pub MD_Count: u32,
pub MD_Type: u32,
pub MD_Alloc_Base: u64,
pub MD_Alloc_End: u64,
pub MD_Flags: u32,
pub MD_Reserved: u32,
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§MD_Count: u32§MD_Type: u32§MD_Alloc_Base: u64§MD_Alloc_End: u64§MD_Flags: u32§MD_Reserved: u32