mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
librpc: use SERVICE_CONTROL enum in ControlService calls
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7292e37878
commit
cfedb32258
@ -827,7 +827,7 @@ import "misc.idl", "security.idl";
|
|||||||
|
|
||||||
WERROR svcctl_ControlServiceExA (
|
WERROR svcctl_ControlServiceExA (
|
||||||
[in] SC_RPC_HANDLE hService,
|
[in] SC_RPC_HANDLE hService,
|
||||||
[in] uint32 dwControl,
|
[in] SERVICE_CONTROL dwControl,
|
||||||
[in] uint32 dwInfoLevel,
|
[in] uint32 dwInfoLevel,
|
||||||
[in, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_IN_PARAMSA *pControlInParams,
|
[in, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_IN_PARAMSA *pControlInParams,
|
||||||
[out, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_OUT_PARAMSA *pControlOutParams
|
[out, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_OUT_PARAMSA *pControlOutParams
|
||||||
@ -851,7 +851,7 @@ import "misc.idl", "security.idl";
|
|||||||
|
|
||||||
WERROR svcctl_ControlServiceExW (
|
WERROR svcctl_ControlServiceExW (
|
||||||
[in] SC_RPC_HANDLE hService,
|
[in] SC_RPC_HANDLE hService,
|
||||||
[in] uint32 dwControl,
|
[in] SERVICE_CONTROL dwControl,
|
||||||
[in] uint32 dwInfoLevel,
|
[in] uint32 dwInfoLevel,
|
||||||
[in, ref, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_IN_PARAMSW *pControlInParams,
|
[in, ref, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_IN_PARAMSW *pControlInParams,
|
||||||
[out,ref, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_OUT_PARAMSW *pControlOutParams
|
[out,ref, switch_is(dwInfoLevel)] SC_RPC_SERVICE_CONTROL_OUT_PARAMSW *pControlOutParams
|
||||||
|
Loading…
x
Reference in New Issue
Block a user