From: Günther Deschner Date: Wed, 27 Feb 2008 23:03:20 +0000 (+0100) Subject: Fill in IDL for svcctl_QueryServiceObjectSecurity. X-Git-Tag: samba-3.2.0pre2~37^2~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1edbc7649561fa2e518281a8035765916a684f2;p=thirdparty%2Fsamba.git Fill in IDL for svcctl_QueryServiceObjectSecurity. Guenther --- diff --git a/source/librpc/idl/svcctl.idl b/source/librpc/idl/svcctl.idl index 97c9f0e24b4..8e7e2b88313 100644 --- a/source/librpc/idl/svcctl.idl +++ b/source/librpc/idl/svcctl.idl @@ -115,6 +115,11 @@ /*****************/ /* 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 ); /*****************/