#[repr(C, packed(1))]pub struct MEM_LARGE_DES {
pub MLD_Count: u32,
pub MLD_Type: u32,
pub MLD_Alloc_Base: u64,
pub MLD_Alloc_End: u64,
pub MLD_Flags: u32,
pub MLD_Reserved: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§MLD_Count: u32
§MLD_Type: u32
§MLD_Alloc_Base: u64
§MLD_Alloc_End: u64
§MLD_Flags: u32
§MLD_Reserved: u32