From f1d492d11f4da7bbff883fefc3d8fcb71f08f67b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Nov 2006 13:09:32 +0000 Subject: r19930: Revert the winreg idl changes. At least enumkey does not work anymore today. With more than 5 different trees I can't swear that I did test this properly yesterday. Sorry for the noise. Volker (This used to be commit 978a6196bf0a2280c7f74b4a6d9fa7941c3aa049) --- source3/librpc/idl/winreg.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index 51476fe75d..c4907a199f 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -114,7 +114,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; [in] winreg_AccessMask access_mask, [in,unique] winreg_SecBuf *secdesc, [out,ref] policy_handle *new_handle, - [in,out,ref] winreg_CreateAction **action_taken + [in,out,unique] winreg_CreateAction *action_taken ); /******************/ @@ -146,8 +146,8 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; [in,ref] policy_handle *handle, [in] uint32 enum_index, [in,out,ref] winreg_StringBuf *name, - [in,out,ref] winreg_StringBuf **keyclass, - [in,out,ref] NTTIME **last_changed_time + [in,out,unique] winreg_StringBuf *keyclass, + [in,out,unique] NTTIME *last_changed_time ); typedef struct { -- cgit