From af32ab94eb5cb954328174f6809ff3c856d3ef6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 9 Apr 2009 16:40:13 +0200 Subject: [PATCH] svcctl: use svcctl_ServiceState type for dependent calls in IDL. Guenther --- librpc/idl/svcctl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index 8bbf5142886..a5685e8ae38 100644 --- a/librpc/idl/svcctl.idl +++ b/librpc/idl/svcctl.idl @@ -260,7 +260,7 @@ import "misc.idl", "security.idl"; /* Function 0x0d */ WERROR svcctl_EnumDependentServicesW( [in,ref] policy_handle *service, - [in] uint32 state, + [in] svcctl_ServiceState state, [out,ref,size_is(offered)] uint8 *service_status, [in,range(0,0x40000)] uint32 offered, [out,ref,range(0,0x40000)] uint32 *needed, @@ -475,7 +475,7 @@ import "misc.idl", "security.idl"; /* Function 0x19 */ WERROR svcctl_EnumDependentServicesA( [in,ref] policy_handle *service, - [in] uint32 state, + [in] svcctl_ServiceState state, [out,unique] ENUM_SERVICE_STATUSA *service_status, [in] uint32 offered, [out,ref] uint32 *needed, -- 2.34.1