1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

svcctl: use svcctl_ServiceState in some other places.

Guenther
This commit is contained in:
Günther Deschner 2009-01-08 16:49:47 +01:00
parent f01f8103be
commit 2e5b581a5e

View 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,