mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r21343: Add access masks, pointed out by Ronnie Sahlberg.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
65641181f7
commit
e8cdfd0a61
@@ -16,6 +16,14 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
|
||||
declare bitmap security_secinfo;
|
||||
|
||||
typedef [bitmap32bit] bitmap {
|
||||
KEY_QUERY_VALUE = 0x00001,
|
||||
KEY_SET_VALUE = 0x00002,
|
||||
KEY_CREATE_SUB_KEY = 0x00004,
|
||||
KEY_ENUMERATE_SUB_KEYS = 0x00008,
|
||||
KEY_NOTIFY = 0x00010,
|
||||
KEY_CREATE_LINK = 0x00020,
|
||||
KEY_WOW64_64KEY = 0x00100,
|
||||
KEY_WOW64_32KEY = 0x00200
|
||||
} winreg_AccessMask;
|
||||
|
||||
typedef [v1_enum] enum {
|
||||
|
||||
Reference in New Issue
Block a user