FileSystemEntryByteOffsetForPartitionAlignment Property |
Gets the offset used to align the partition to a physical sector boundary on the storage device, in bytes. If this value is set to STORAGE_INFO_OFFSET_UNKNOWN (0xffffffff), there was insufficient information to compute this field.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public uint ByteOffsetForPartitionAlignment { get; }
Property Value
Type:
UInt32The offset used to align the partition to a physical sector boundary on the storage device, in bytes.
See Also