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: u32MD_Type: u32MD_Alloc_Base: u64MD_Alloc_End: u64MD_Flags: u32MD_Reserved: u32