wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]() v4-0-pidl
authorStefan Metzmacher <metze@samba.org>
Sun, 3 Feb 2008 01:54:23 +0000 (02:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Feb 2008 09:47:05 +0000 (10:47 +0100)
metze

source/librpc/idl/wkssvc.idl

index 38c16c7d86bc8cb64fd14c6186d7affedfc1e12d..5324cd3e82305a78d61d7834f5263142c6b4ed4a 100644 (file)
@@ -647,7 +647,11 @@ import "srvsvc.idl", "lsa.idl";
                [in,unique] [string,charset(UTF16)] uint16 *Account,
                [in,unique] [string,charset(UTF16)] uint16 *unknown,
                [in,out,ref] uint32 *num_ous,
-               [out,ref] [size_is(*num_ous)] [string,charset(UTF16)] uint16 ***ous
+               /*
+                * this is a [ref] pointer to a [unique] pointer to an
+                * array of [unique pointers to a string array
+                */
+               [out,ref] [size_is(,*num_ous)] [string,charset(UTF16)] uint16 ***ous
                );
 
        typedef [flag(NDR_PAHEX)] struct {
@@ -731,7 +735,11 @@ import "srvsvc.idl", "lsa.idl";
                [in,unique] [string,charset(UTF16)] uint16 *Account,
                [in,unique] wkssvc_PasswordBuffer *EncryptedPassword,
                [in,out,ref] uint32 *num_ous,
-               [out,ref] [size_is(*num_ous)] [string,charset(UTF16)] uint16 ***ous
+               /*
+                * this is a [ref] pointer to a [unique] pointer to an
+                * array of [unique pointers to a string array
+                */
+               [out,ref] [size_is(,*num_ous)] [string,charset(UTF16)] uint16 ***ous
                );
 
        /*****************************/