Struct windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_GPT
#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION_GPT {
pub DiskId: GUID,
pub StartingUsableOffset: i64,
pub UsableLength: i64,
pub MaxPartitionCount: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§DiskId: GUID
§StartingUsableOffset: i64
§UsableLength: i64
§MaxPartitionCount: u32