diff options
author | Günther Deschner <gd@samba.org> | 2009-01-08 16:49:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-08 17:32:35 +0100 |
commit | 2e5b581a5e2dc6ca63f5a869ced90843b284fa0c (patch) | |
tree | 8d4c4d0541d3dc22513bded622c87db6d1f8529f /librpc | |
parent | f01f8103be715c65878eedf2dbe26302adb8611f (diff) | |
download | samba-2e5b581a5e2dc6ca63f5a869ced90843b284fa0c.tar.gz samba-2e5b581a5e2dc6ca63f5a869ced90843b284fa0c.tar.bz2 samba-2e5b581a5e2dc6ca63f5a869ced90843b284fa0c.zip |
svcctl: use svcctl_ServiceState in some other places.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/svcctl.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index 83d5260bea..7cc176e368 100644 --- a/librpc/idl/svcctl.idl +++ b/librpc/idl/svcctl.idl @@ -484,7 +484,7 @@ import "misc.idl", "security.idl"; WERROR svcctl_EnumServicesStatusA( [in,ref] policy_handle *handle, [in] uint32 type, - [in] uint32 state, + [in] svcctl_ServiceState state, [in] uint32 buf_size, [out,size_is(buf_size)] uint8 service[*], [out,ref] uint32 *bytes_needed, @@ -650,7 +650,7 @@ import "misc.idl", "security.idl"; [in,ref] policy_handle *scmanager, [in] uint32 info_level, [in] uint32 type, - [in] uint32 state, + [in] svcctl_ServiceState state, [out] uint8 services[buf_size], [in] uint32 buf_size, [out,ref] uint32 *bytes_needed, @@ -665,7 +665,7 @@ import "misc.idl", "security.idl"; [in,ref] policy_handle *scmanager, [in] uint32 info_level, [in] uint32 type, - [in] uint32 state, + [in] svcctl_ServiceState state, [out,ref,size_is(buf_size)] uint8 *services, [in] [range(0,0x40000)] uint32 buf_size, [out,ref] [range(0,0x40000)] uint32 *bytes_needed, |