Struct windows_sys::Win32::System::Ioctl::DEVICE_STORAGE_ADDRESS_RANGE
#[repr(C)]pub struct DEVICE_STORAGE_ADDRESS_RANGE {
pub StartAddress: i64,
pub LengthInBytes: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§StartAddress: i64
§LengthInBytes: u64