summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r--source4/librpc/idl/winreg.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index d043dad1f1..ef2874b15b 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -213,6 +213,11 @@
/******************/
/* Function: 0x11 */
WERROR winreg_QueryValue(
+ [in,ref] policy_handle *handle,
+ [in] winreg_String valuename,
+ [out,ref] uint32 *type,
+ [out] uint8 *data,
+ [in,out] uint32 *val_length
);
/******************/
@@ -329,7 +334,7 @@
);
/******************/
- /* Function: 0x21 */
+ /* Function: 0x22 */
WERROR winreg_QueryMultipleValues2(
);
}