FILEREADDATA
FILEREADDATA, more commonly referred to in Windows documentation as FILE_READ_DATA, is a file system access right in the Windows NT family that authorizes reading the data stored in a file object. It is part of the low-level access mask used by the security subsystem to control what operations a principal is permitted to perform on a file. For directories, the analogous read-right is FILE_LIST_DIRECTORY, not FILE_READ_DATA.
In the Windows security model, access rights are combined into an access mask. FILE_READ_DATA has the value
Usage and implications: Granting FILE_READ_DATA allows a process to read the contents of a file. It is
Notes: The canonical identifier in Windows headers is FILE_READ_DATA. FILEREADDATA is a variant sometimes seen in