]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "Fix IDL for svcctl_EnumDependentServicesW()."
authorGünther Deschner <gd@samba.org>
Tue, 20 May 2008 09:29:42 +0000 (11:29 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 20 May 2008 09:46:48 +0000 (11:46 +0200)
This reverts commit 46bfded43dcabdd2302d82920fb2a37c41e58126.

source/librpc/idl/svcctl.idl

index 00542bdb6db4204188878caf8f2cddb8c05c56f9..e36a0918bf49ca59c20d2cdf31675a21da5e7514 100644 (file)
        WERROR svcctl_EnumDependentServicesW(
                [in,ref] policy_handle *service,
                [in] uint32 state,
-               [out,ref,size_is(buf_size)] uint8 *service_status,
-               [in,range(0,0x40000)] uint32 buf_size,
-               [out,ref,range(0,0x40000)] uint32 *bytes_needed,
-               [out,ref,range(0,0x40000)] uint32 *services_returned
+               [out,unique] ENUM_SERVICE_STATUS *service_status,
+               [in] uint32 buf_size,
+               [out,ref] uint32 *bytes_needed,
+               [out,ref] uint32 *services_returned
        );
 
        /*****************/