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

source/librpc/idl/svcctl.idl

index 97c9f0e24b4fa3b01024f2560c33d757f85108da..8e7e2b88313ccbb91b21f69d0ba8a068456032b8 100644 (file)
        /*****************/
        /* Function 0x04 */
        WERROR svcctl_QueryServiceObjectSecurity(
+               [in] policy_handle *handle,
+               [in] uint32 security_flags,
+               [out,ref,size_is(buffer_size)] uint8 *buffer,
+               [in,range(0,0x40000)] uint32 buffer_size,
+               [out,ref,range(0,0x40000)] uint32 *needed
        );
 
        /*****************/