svcctl: use svcctl_ServiceState type for dependent calls in IDL.
authorGünther Deschner <gd@samba.org>
Thu, 9 Apr 2009 14:40:13 +0000 (16:40 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 9 Apr 2009 14:41:55 +0000 (16:41 +0200)
Guenther

librpc/idl/svcctl.idl

index 8bbf514288606189cc4b987ae55b89be95432ceb..a5685e8ae38ab49f1eb38a1eaa99647115ba3d08 100644 (file)
@@ -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,