FILE_FLAG_BACKUP_SEMANTICS top-level constant

int const FILE_FLAG_BACKUP_SEMANTICS

The file is being opened or created for a backup or restore operation. The system ensures that the calling process overrides file security checks when the process has SE_BACKUP_NAME and SE_RESTORE_NAME privileges.

Implementation

const FILE_FLAG_BACKUP_SEMANTICS = 0x02000000;