diff options
author | Tim Potter <tpot@samba.org> | 2003-12-12 11:49:29 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-12-12 11:49:29 +0000 |
commit | a79be6e3776a064baa50a243fe673f35f0714a7a (patch) | |
tree | df38fbbb5666773013e0143e240944e007278124 /source4/librpc/idl/winreg.idl | |
parent | 6fba6f5ca31d445661673fa656ef8eb3b481c371 (diff) | |
download | samba-a79be6e3776a064baa50a243fe673f35f0714a7a.tar.gz samba-a79be6e3776a064baa50a243fe673f35f0714a7a.tar.bz2 samba-a79be6e3776a064baa50a243fe673f35f0714a7a.zip |
Small cleanup of test code. Rename enum indexes to be the same name
for EnumKey and EnumValue.
(This used to be commit 817a2fe2e5824e6bb9547697d27c66c0c8356181)
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r-- | source4/librpc/idl/winreg.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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, |