Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public uint ByteOffsetForPartitionAlignment { get; }

Property Value

Type: UInt32
The offset used to align the partition to a physical sector boundary on the storage device, in bytes.
See Also