svcctl: fix idl for svcctl_QueryServiceConfig2W.
authorGünther Deschner <gd@samba.org>
Fri, 14 Nov 2008 10:29:03 +0000 (11:29 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 17 Nov 2008 12:16:44 +0000 (13:16 +0100)
Guenther

librpc/idl/svcctl.idl

index 92360501fb2c2aab2aa3735575ab89752381e5ca..7e18245e86a704b103bbfcde383517ee4d7890fd 100644 (file)
@@ -535,9 +535,9 @@ import "misc.idl", "security.idl";
        WERROR svcctl_QueryServiceConfig2W(
                [in,ref] policy_handle *handle,
                [in] uint32 info_level,
-               [out] uint8 buffer[buf_size],
-               [in] uint32 buf_size,
-               [out,ref] uint32 *bytes_needed
+               [out,ref,size_is(buf_size)] uint8 *buffer,
+               [in] [range(0,8192)] uint32 buf_size,
+               [out,ref] [range(0,8192)] uint32 *bytes_needed
        );
 
        /*****************/