FILE_PERSISTENT_ACLS top-level constant

int const FILE_PERSISTENT_ACLS

The file system preserves and enforces access control lists (ACL). For example, the NTFS file system preserves and enforces ACLs, and the FAT file system does not.

Implementation

const FILE_PERSISTENT_ACLS = 0x00000008;