Type Alias PARTITION_INFORMATION_EX

Source
pub type PARTITION_INFORMATION_EX = _PARTITION_INFORMATION_EX;

Aliased Type§

struct PARTITION_INFORMATION_EX {
    pub PartitionStyle: i32,
    pub StartingOffset: _LARGE_INTEGER,
    pub PartitionLength: _LARGE_INTEGER,
    pub PartitionNumber: u32,
    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: u32§RewritePartition: u8§IsServicePartition: u8§__bindgen_anon_1: _PARTITION_INFORMATION_EX__bindgen_ty_1