From b7779be06aa6fd16d24545c10c1a57ef04360617 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 13 Aug 2004 01:31:11 +0000 Subject: r1799: List more uuids. From http://www.hsc.fr/ressources/articles/win_net_srv (This used to be commit 8d36dbed8c5bdc82176083b2c6f8d989ae903ba5) --- source4/librpc/idl/winreg.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/winreg.idl') 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( ); } -- cgit