Integer constants that can be combined specifying the user rights (privileges).
Name |
Value |
Description |
auserRightExecute |
0x00000001 |
Execute |
auserRightDebugTests |
0x00000002 |
Debug Tests |
auserRightDebugCode |
0x00000004 |
Debug Code |
auserRightViewPrograms |
0x00000008 |
View Programs |
auserRightViewSystems |
0x00000010 |
View Systems |
auserRightViewDrivers |
0x00000020 |
View Drivers |
auserRightModifyPrograms |
0x00000040 |
Modify Programs |
auserRightModifySystems |
0x00000080 |
Modify Systems |
auserRightModifyDrivers |
0x00000100 |
Modify Drivers |
auserRightModifyProjects |
0x00000200 |
Modify Projects |
auserRightAdministrator |
0x80000000 |
Administrator |
auserRightAll |
0x800003FF |
All |
auserRightTesters |
0x00000003 |
Testers Group |
auserRightViewers |
0x00000038 |
Viewers Group |
auserRightAuthors |
0x000003C0 |
Authors Group |
auserRightProgramAuthors |
0x00000048 |
Program Authors Group |
auserRightSystemAuthors |
0x00000090 |
System Authors Group |
auserRightDriverAuthors |
0x00000110 |
Driver Authors Group |