Struct windows_sys::Win32::System::Ioctl::PARTITION_INFORMATION
#[repr(C)]pub struct PARTITION_INFORMATION {
pub StartingOffset: i64,
pub PartitionLength: i64,
pub HiddenSectors: u32,
pub PartitionNumber: u32,
pub PartitionType: u8,
pub BootIndicator: BOOLEAN,
pub RecognizedPartition: BOOLEAN,
pub RewritePartition: BOOLEAN,
}Expand description
Required features: "Win32_System_Ioctl", "Win32_Foundation"
Fields§
§StartingOffset: i64§PartitionLength: i64§HiddenSectors: u32§PartitionNumber: u32§PartitionType: u8§BootIndicator: BOOLEAN§RecognizedPartition: BOOLEAN§RewritePartition: BOOLEAN