Type Alias FILE_STORAGE_INFO

Source
pub type FILE_STORAGE_INFO = _FILE_STORAGE_INFO;

Aliased Type§

struct FILE_STORAGE_INFO {
    pub LogicalBytesPerSector: u32,
    pub PhysicalBytesPerSectorForAtomicity: u32,
    pub PhysicalBytesPerSectorForPerformance: u32,
    pub FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32,
    pub Flags: u32,
    pub ByteOffsetForSectorAlignment: u32,
    pub ByteOffsetForPartitionAlignment: u32,
}

Fields§

§LogicalBytesPerSector: u32§PhysicalBytesPerSectorForAtomicity: u32§PhysicalBytesPerSectorForPerformance: u32§FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32§Flags: u32§ByteOffsetForSectorAlignment: u32§ByteOffsetForPartitionAlignment: u32