Hi, I'm trying to use the BackupRead API method and am getting "Access is Denied". I have verified that my process has the SeBackupPrivilege privilege. Are there any others necessary?
chs wrote: > Hi, > > I'm trying to use the BackupRead API method and am getting "Access is > Denied". I have verified that my process has the SeBackupPrivilege > privilege. Are there any others necessary? Ob Question: Did you also verify that the SeBackupPrivilege is not only present but also enabled in the user token? This privilege is typically not enabled by default and has to be enabled before using it. Also, did you open the file with FILE_FLAG_BACKUP_SEMANTICS? Corinna -- Corinna Vinschen Cygwin Project Co-Leader Red Hat