summaryrefslogtreecommitdiff
path: root/librpc/idl/svcctl.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 11:58:12 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 10:58:10 +0100
commit550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0 (patch)
tree8e02c6a35d2d5e2a84f2fe4b6dc773f66a13a0a7 /librpc/idl/svcctl.idl
parent61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7 (diff)
downloadsamba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.tar.gz
samba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.tar.bz2
samba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.zip
svcctl: move SVC_STATUS_ to idl.
Guenther
Diffstat (limited to 'librpc/idl/svcctl.idl')
-rw-r--r--librpc/idl/svcctl.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl
index 4b88f5e5f4..b263d899d9 100644
--- a/librpc/idl/svcctl.idl
+++ b/librpc/idl/svcctl.idl
@@ -548,9 +548,14 @@ import "misc.idl", "security.idl";
/*****************/
/* Function 0x28 */
+
+ typedef [v1_enum] enum {
+ SVC_STATUS_PROCESS_INFO = 0x00000000
+ } svcctl_StatusLevel;
+
WERROR svcctl_QueryServiceStatusEx(
[in,ref] policy_handle *handle,
- [in] uint32 info_level,
+ [in] svcctl_StatusLevel info_level,
[out,ref,size_is(buf_size)] uint8 *buffer,
[in] [range(0,8192)] uint32 buf_size,
[out,ref] [range(0,8192)] uint32 *bytes_needed