summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-28 00:03:20 +0100
committerGünther Deschner <gd@samba.org>2008-02-28 00:43:30 +0100
commitbdd08fc8d6873908f2666c9ff278e735015cf19f (patch)
tree60191288ad58a89e4d2959061614bbb7ae3700bf
parentd4bf587eb7fdc21d9c64edd5093dd059c60ed73f (diff)
downloadsamba-bdd08fc8d6873908f2666c9ff278e735015cf19f.tar.gz
samba-bdd08fc8d6873908f2666c9ff278e735015cf19f.tar.bz2
samba-bdd08fc8d6873908f2666c9ff278e735015cf19f.zip
Fill in IDL for svcctl_QueryServiceObjectSecurity.
Guenther (This used to be commit b1edbc7649561fa2e518281a8035765916a684f2)
-rw-r--r--source3/librpc/idl/svcctl.idl5
1 files changed, 5 insertions, 0 deletions
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
);
/*****************/