diff options
author | Günther Deschner <gd@samba.org> | 2009-04-09 16:40:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-09 16:41:55 +0200 |
commit | af32ab94eb5cb954328174f6809ff3c856d3ef6e (patch) | |
tree | 080c4e198b5ac33c73aac130ba8332d65ff234c7 /librpc | |
parent | 8b9f2abfcb956f3ad496cefcc9d8ced8eadf1470 (diff) | |
download | samba-af32ab94eb5cb954328174f6809ff3c856d3ef6e.tar.gz samba-af32ab94eb5cb954328174f6809ff3c856d3ef6e.tar.bz2 samba-af32ab94eb5cb954328174f6809ff3c856d3ef6e.zip |
svcctl: use svcctl_ServiceState type for dependent calls in IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/svcctl.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index 8bbf514288..a5685e8ae3 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, |