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: i64PartitionLength: i64HiddenSectors: u32PartitionNumber: u32PartitionType: u8BootIndicator: BOOLEANRecognizedPartition: BOOLEANRewritePartition: BOOLEAN