Fix IDL for svcctl_EnumDependentServicesW().
authorGünther Deschner <gd@samba.org>
Thu, 20 Mar 2008 00:32:20 +0000 (01:32 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 20 Mar 2008 00:32:20 +0000 (01:32 +0100)
Guenther

source/librpc/idl/svcctl.idl

index e36a0918bf49ca59c20d2cdf31675a21da5e7514..00542bdb6db4204188878caf8f2cddb8c05c56f9 100644 (file)
        WERROR svcctl_EnumDependentServicesW(
                [in,ref] policy_handle *service,
                [in] uint32 state,
-               [out,unique] ENUM_SERVICE_STATUS *service_status,
-               [in] uint32 buf_size,
-               [out,ref] uint32 *bytes_needed,
-               [out,ref] uint32 *services_returned
+               [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
        );
 
        /*****************/