From bdd08fc8d6873908f2666c9ff278e735015cf19f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Feb 2008 00:03:20 +0100 Subject: Fill in IDL for svcctl_QueryServiceObjectSecurity. Guenther (This used to be commit b1edbc7649561fa2e518281a8035765916a684f2) --- source3/librpc/idl/svcctl.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/librpc/idl/svcctl.idl b/source3/librpc/idl/svcctl.idl index 97c9f0e24b..8e7e2b8831 100644 --- a/source3/librpc/idl/svcctl.idl +++ b/source3/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 ); /*****************/ -- cgit