Struct windows_sys::Win32::Storage::FileSystem::FILE_STORAGE_INFO
[−]#[repr(C)]pub 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,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
LogicalBytesPerSector: u32PhysicalBytesPerSectorForAtomicity: u32PhysicalBytesPerSectorForPerformance: u32FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32Flags: u32ByteOffsetForSectorAlignment: u32ByteOffsetForPartitionAlignment: u32