From 2e5b581a5e2dc6ca63f5a869ced90843b284fa0c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jan 2009 16:49:47 +0100 Subject: svcctl: use svcctl_ServiceState in some other places. Guenther --- librpc/idl/svcctl.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc/idl/svcctl.idl') 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, -- cgit