#ifndef _NTIOAPI_H
/**
* The file is being opened for backup intent.
* Therefore, the system should check for certain access rights and grant the caller the appropriate
* access to the file before checking the DesiredAccess parameter against the file's security descriptor.
* This flag is not used by device and intermediate drivers.
*/
#define FILE_OPEN_FOR_BACKUP_INTENT 0x00004000
View code on GitHubNo description available.