From a79be6e3776a064baa50a243fe673f35f0714a7a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 Dec 2003 11:49:29 +0000 Subject: Small cleanup of test code. Rename enum indexes to be the same name for EnumKey and EnumValue. (This used to be commit 817a2fe2e5824e6bb9547697d27c66c0c8356181) --- source4/librpc/idl/winreg.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/winreg.idl') diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index 4fe4e6d414..54cba24760 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -105,7 +105,7 @@ /* Function: 0x09 */ WERROR winreg_EnumKey( [in,ref] policy_handle *handle, - [in] uint32 key_index, + [in] uint32 enum_index, [in,out] uint16 key_name_len, [in,out] uint16 unknown, [in] winreg_EnumKeyNameRequest *in_name, @@ -138,7 +138,7 @@ /* Function: 0x0a */ WERROR winreg_EnumValue( [in,ref] policy_handle *handle, - [in] uint32 val_index, + [in] uint32 enum_index, [in,out,ref] winreg_EnumValueName *name, [in,out] uint32 *type, [in,out] winreg_Uint8buf *value, -- cgit