This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://msdn.microsoft.com/en-us/library/windows/desktop/aa446632.aspx // Generic Access Rights | |
| https://msdn.microsoft.com/en-us/library/windows/desktop/aa379607.aspx // Standard Access Rights | |
| https://msdn.microsoft.com/en-us/library/windows/desktop/aa374896.aspx // Access Mask Format | |
| https://msdn.microsoft.com/en-us/library/windows/desktop/ms684880.aspx // Process Security and Access Rights | |
| Mask Format: | |
| bits 0 - 15 [16 bits]: object-specific rights | |
| bits 16 - 23 [ 8 bits]: standard access rights | |
| bit 24: [ 1 bit]: right to access SACL (ACCESS_SYSTEM_SECURITY) |