Does using ReadDirectoryChangesW require administrator rights?
- by Alex Jenter
The MSDN says that using ReadDirectoryChangesW implies the calling process having the
Backup and Restore priviliges.
Does this mean that only process launched under administrator account will work correctly?
I've tried the following code, it fails to enable the required privileges when running as a restricted user.
void enablePrivileges()…