From 6135d08bcfd7150453f479c2dd8a91a7fd2a824c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Feb 2008 00:17:30 +0100 Subject: Fill in IDL for svcctl_SetServiceObjectSecurity. Guenther (This used to be commit 67293496c5ae287e8bf2823fe21ed17c22bb4fac) --- source3/librpc/idl/svcctl.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/librpc/idl/svcctl.idl b/source3/librpc/idl/svcctl.idl index 8e7e2b8831..e36a0918bf 100644 --- a/source3/librpc/idl/svcctl.idl +++ b/source3/librpc/idl/svcctl.idl @@ -125,6 +125,10 @@ /*****************/ /* 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 ); /*****************/ -- cgit