One of the predefined security access masks is STANDARD_RIGHTS_REQUIRED .
You see it used in defining the _ALL_ACCESS masks for
various objects.
Here are just a few examples: #define PROCESS_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | \ 0xFFF)
Read More...