From b7683a2c9d10e34e4d8eed8664ed4c14f71f981f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 Oct 2010 13:01:29 +0200 Subject: samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 --- librpc/idl/samr.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index f54d62609f..ee9ab7995d 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -658,12 +658,12 @@ import "misc.idl", "lsa.idl", "security.idl"; typedef struct { uint32 count; [size_is(count)] uint32 *rids; - [size_is(count)] uint32 *types; - } samr_RidTypeArray; + [size_is(count)] samr_GroupAttrs *attributes; + } samr_RidAttrArray; NTSTATUS samr_QueryGroupMember( [in,ref] policy_handle *group_handle, - [out,ref] samr_RidTypeArray **rids + [out,ref] samr_RidAttrArray **rids ); -- cgit