]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fill in IDL for svcctl_SetServiceObjectSecurity.
authorGünther Deschner <gd@samba.org>
Wed, 27 Feb 2008 23:17:30 +0000 (00:17 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 27 Feb 2008 23:43:31 +0000 (00:43 +0100)
Guenther

source/librpc/idl/svcctl.idl

index 8e7e2b88313ccbb91b21f69d0ba8a068456032b8..e36a0918bf49ca59c20d2cdf31675a21da5e7514 100644 (file)
        /*****************/
        /* Function 0x05 */
        WERROR svcctl_SetServiceObjectSecurity(
+               [in] policy_handle *handle,
+               [in] uint32 security_flags,
+               [in,ref,size_is(buffer_size)] uint8 *buffer,
+               [in] uint32 buffer_size
        );
 
        /*****************/