I've written a program that backs up files using VSS. During the backup I have SE_BACKUP_NAME and SE_RESTORE_NAME privileges.
when passing ACCESS_SYSTEM_SECURITY, i'm now getting error 1314 (ERROR_PRIVILEGE_NOT_HELD) when calling OpenFileById on Windows8.1 and dont know what to do, how to diagnose which privilege I do not have
the file is under C:\Program Files\WindowsApps...
tips?