summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-28 13:09:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:10 -0500
commitf1d492d11f4da7bbff883fefc3d8fcb71f08f67b (patch)
treefab610f3306c1c7ae3b8f88b603dfc1cdf3235f9 /source3/librpc/idl/winreg.idl
parent7ef185fae7fc43b566dedb267023cf8d346baee2 (diff)
downloadsamba-f1d492d11f4da7bbff883fefc3d8fcb71f08f67b.tar.gz
samba-f1d492d11f4da7bbff883fefc3d8fcb71f08f67b.tar.bz2
samba-f1d492d11f4da7bbff883fefc3d8fcb71f08f67b.zip
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)
Diffstat (limited to 'source3/librpc/idl/winreg.idl')
-rw-r--r--source3/librpc/idl/winreg.idl6
1 files changed, 3 insertions, 3 deletions
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 {