1
0
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:
Günther Deschner 2010-04-09 12:24:18 +02:00
parent bc9289995a
commit 8805490853

View File

@ -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