PARTITION_INFORMATION

Type Alias PARTITION_INFORMATION 

Source
pub type PARTITION_INFORMATION = _PARTITION_INFORMATION;

Aliased Type§

#[repr(C)]
pub struct PARTITION_INFORMATION { pub StartingOffset: _LARGE_INTEGER, pub PartitionLength: _LARGE_INTEGER, pub HiddenSectors: u64, pub PartitionNumber: u64, pub PartitionType: u8, pub BootIndicator: u8, pub RecognizedPartition: u8, pub RewritePartition: u8, }

Fields§

§StartingOffset: _LARGE_INTEGER§PartitionLength: _LARGE_INTEGER§HiddenSectors: u64§PartitionNumber: u64§PartitionType: u8§BootIndicator: u8§RecognizedPartition: u8§RewritePartition: u8