From: Günther Deschner Date: Thu, 8 Jan 2009 15:49:47 +0000 (+0100) Subject: svcctl: use svcctl_ServiceState in some other places. X-Git-Tag: samba-4.0.0alpha6~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e5b581a5e2dc6ca63f5a869ced90843b284fa0c;p=thirdparty%2Fsamba.git svcctl: use svcctl_ServiceState in some other places. Guenther --- diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index 83d5260beaa..7cc176e3680 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,