summaryrefslogtreecommitdiff
path: root/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-23 20:41:44 +0200
committerGünther Deschner <gd@samba.org>2009-09-29 23:38:47 +0200
commit4365b7b408b2c328e983d96794eec4df1cc31926 (patch)
tree1b7ead1e310849b7de340901d1cf7ca185031e21 /librpc/idl/winreg.idl
parent21794b0dd28a80b149342b3218d7ebb4c8791e09 (diff)
downloadsamba-4365b7b408b2c328e983d96794eec4df1cc31926.tar.gz
winreg: add winreg_Data union to IDL.
Guenther
Diffstat (limited to 'librpc/idl/winreg.idl')
-rw-r--r--librpc/idl/winreg.idl17
1 files changed, 1 insertions, 16 deletions
diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl
index 18b5edcb5d9..f1f4dfb719e 100644
--- a/librpc/idl/winreg.idl
+++ b/librpc/idl/winreg.idl
@@ -2,7 +2,7 @@
winreg interface definition
*/
-import "lsa.idl", "security.idl";
+import "lsa.idl", "security.idl", "misc.idl";
[
uuid("338cd001-2244-31f1-aaaa-900038001003"),
@@ -45,21 +45,6 @@ import "lsa.idl", "security.idl";
REG_KEY_WRITE |
KEY_CREATE_LINK);
- typedef [public,v1_enum] enum {
- REG_NONE = 0,
- REG_SZ = 1,
- REG_EXPAND_SZ = 2,
- REG_BINARY = 3,
- REG_DWORD = 4,
- REG_DWORD_BIG_ENDIAN = 5,
- REG_LINK = 6,
- REG_MULTI_SZ = 7,
- REG_RESOURCE_LIST = 8,
- REG_FULL_RESOURCE_DESCRIPTOR = 9,
- REG_RESOURCE_REQUIREMENTS_LIST = 10,
- REG_QWORD = 11
- } winreg_Type;
-
typedef [public] struct {
[value(strlen_m_term(name)*2)] uint16 name_len;
[value(strlen_m_term(name)*2)] uint16 name_size;