mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
winreg: keytype options is a bitmask.
Guenther
This commit is contained in:
parent
bc9289995a
commit
8805490853
@ -112,7 +112,7 @@ import "lsa.idl", "security.idl", "misc.idl";
|
||||
boolean8 inherit;
|
||||
} winreg_SecBuf;
|
||||
|
||||
typedef [v1_enum] enum {
|
||||
typedef [bitmap32bit] bitmap {
|
||||
REG_KEYTYPE_NON_VOLATILE = 0x00000000,
|
||||
REG_KEYTYPE_VOLATILE = 0x00000001,
|
||||
REG_KEYTYPE_SYMLINK = 0x00000002
|
||||
|
Loading…
Reference in New Issue
Block a user