PARTITION_INFORMATION_EX

Type Alias PARTITION_INFORMATION_EX 

Source
pub type PARTITION_INFORMATION_EX = _PARTITION_INFORMATION_EX;

Aliased Type§

#[repr(C)]
pub struct PARTITION_INFORMATION_EX { pub PartitionStyle: i32, pub StartingOffset: _LARGE_INTEGER, pub PartitionLength: _LARGE_INTEGER, pub PartitionNumber: u64, pub RewritePartition: u8, pub IsServicePartition: u8, pub __bindgen_anon_1: _PARTITION_INFORMATION_EX__bindgen_ty_1, }

Fields§

§PartitionStyle: i32§StartingOffset: _LARGE_INTEGER§PartitionLength: _LARGE_INTEGER§PartitionNumber: u64§RewritePartition: u8§IsServicePartition: u8§__bindgen_anon_1: _PARTITION_INFORMATION_EX__bindgen_ty_1