Click or drag to resize

FileSystemEntryByteOffsetForSectorAlignment Property

Gets the logical sector offset within the first physical sector where the first logical sector is placed, 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 ByteOffsetForSectorAlignment { get; }

Property Value

Type: UInt32
The logical sector offset within the first physical sector where the first logical sector is placed, in bytes.
See Also