Constant
|
USERMGR_RIGHT_NONE
|
DWORD
|
0
|
Access denied
|
USERMGR_RIGHT_VIEW
|
DWORD
|
1
|
Only view rights on the object. Object cannot be modified in any case!
|
USERMGR_RIGHT_MODIFY
|
DWORD
|
2
|
Object can be viewed and modified
|
USERMGR_RIGHT_EXECUTE
|
DWORD
|
4
|
Object can be executed
|
USERMGR_RIGHT_ADD_REMOVE
|
DWORD
|
8
|
It is allowed to add and remove objects or sub objects
|
USERMGR_RIGHT_OEM
|
DWORD
|
16#FF000000
|
The upper 8 bits of the access rights are reserved for OEM specific access rights
|
USERMGR_RIGHT_ALL
|
DWORD
|
16#FFFFFFFF
|
All rights allowed on the object
|