Click or drag to resize

FileSystemStorageInfoFlags Enumeration

A combination of flags specifying information about the alignment of the storage.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FileSystemStorageInfoFlags
Members
  Member nameValueDescription
STORAGE_INFO_FLAGS_ALIGNED_DEVICE1 Indicates that the logical sectors of the storage device are aligned to physical sector boundaries.
STORAGE_INFO_FLAGS_PARTITION_ALIGNED_ON_DEVICE2 This flag indicates that the partition is aligned to physical sector boundaries on the storage device.
STORAGE_INFO_FLAGS_NO_SEEK_PENALTY4 This flag indicates the device reports that it does not have a seek penalty (usually this means an SSD).
STORAGE_INFO_FLAGS_TRIM_ENABLED8 This flag indicates the device supports the TRIM operation.
STORAGE_INFO_FLAGS_BYTE_ADDRESSABLE16 This flag indicates the device is a byte addressable storage device (i.e. a storage class memory or a persistent memory device).
See Also