svcctl: use svcctl_ServiceState in some other places.
authorGünther Deschner <gd@samba.org>
Thu, 8 Jan 2009 15:49:47 +0000 (16:49 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 8 Jan 2009 16:32:35 +0000 (17:32 +0100)
Guenther

librpc/idl/svcctl.idl

index 83d5260beaa95cb8c9fbf4d0780d82712e440b9a..7cc176e3680e1ae1270e4f9ad65bcf01609d0c84 100644 (file)
@@ -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,