VolumeInformationFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum VolumeInformationFlags

Remarks

Members

CaseSensitiveSearch 1 The file system supports case-sensitive file names.
CasePreservedNames 2 The file system preserves the case of file names when it places a name on disk.
UnicodeOnDisk 4 The file system supports Unicode in file names as they appear on disk.
PersistentACL 8 The file system preserves and enforces access control lists (ACL).
FileCompression 16 The file system supports file-based compression.
VolumeQuotas 32 The file system supports disk quotas.
SparseFiles 64 The file system supports sparse files.
ReparsePoints 128 The file system supports re-parse points but does not index them, so FindFirstVolumeMountPoint and FindNextVolumeMountPoint functions will not work as expected.
IsCompressed 32,768 The specified volume is a compressed volume, for example, a DoubleSpace volume.
ObjectIDs 65,536 The file system supports object identifiers.
Encryption 131,072 The file system supports the Encrypted File System (EFS).
NamedStreams 262,144 The file system supports named streams.
IsReadOnlyVolume 524,288 The specified volume is read-only.
SequentialWriteOnce 1,048,576 The volume supports a single sequential write.
Transactions 2,097,152 The volume supports transactions.
HardLinks 4,194,304 The specified volume supports hard links.
ExtendedFileAttributes 8,388,608 The specified volume supports extended attributes.

An extended attribute is a piece of application-specific metadata that an application can associate with a file and is not part of the file's data.

OpenByFileId 16,777,216 The file system supports open by FileID.
UsnJournal 33,554,432 The specified volume supports update sequence number (USN) journals.
DaxVolume 536,870,912 The specified volume is a direct access (DAX) volume.

See Also