FILE_OPEN_FOR_BACKUP_INTENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif

View code on GitHub

NtDoc

No description available.