From 5ae9ec3d4b0e8c272256994241ad3c82f3f88c31 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Nov 2008 19:46:24 +0100 Subject: s4-samr: merge samr_GetDisplayEnumerationIndex from s3 idl. Guenther --- librpc/idl/samr.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 334ca05eba..0673b67b0a 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -1139,8 +1139,8 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_GetDisplayEnumerationIndex( [in,ref] policy_handle *domain_handle, [in] uint16 level, - [in] lsa_String name, - [out] uint32 idx + [in,ref] lsa_String *name, + [out,ref] uint32 *idx ); -- cgit