mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r23268: Rename some variables in the svcctl.idl to prevent
redeclaration compile failures in the generated client
code.
(This used to be commit 87b37de8ad
)
This commit is contained in:
parent
a672c1ab2c
commit
de51cbadfc
@ -96,7 +96,7 @@
|
||||
WERROR svcctl_ControlService(
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] uint32 control,
|
||||
[out,ref] SERVICE_STATUS *status
|
||||
[out,ref] SERVICE_STATUS *service_status
|
||||
);
|
||||
|
||||
/*****************/
|
||||
@ -127,7 +127,7 @@
|
||||
/* Function 0x06 */
|
||||
WERROR svcctl_QueryServiceStatus(
|
||||
[in,ref] policy_handle *handle,
|
||||
[out,ref] SERVICE_STATUS *status
|
||||
[out,ref] SERVICE_STATUS *service_status
|
||||
);
|
||||
|
||||
/*****************/
|
||||
@ -197,7 +197,7 @@
|
||||
WERROR svcctl_EnumDependentServicesW(
|
||||
[in,ref] policy_handle *service,
|
||||
[in] uint32 state,
|
||||
[out] ENUM_SERVICE_STATUS *status,
|
||||
[out] ENUM_SERVICE_STATUS *service_status,
|
||||
[in] uint32 buf_size,
|
||||
[out,ref] uint32 *bytes_needed,
|
||||
[out,ref] uint32 *services_returned
|
||||
@ -248,7 +248,7 @@
|
||||
WERROR svcctl_QueryServiceLockStatusW(
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] uint32 buf_size,
|
||||
[out,ref] SERVICE_LOCK_STATUS *status,
|
||||
[out,ref] SERVICE_LOCK_STATUS *lock_status,
|
||||
[out,ref] uint32 *required_buf_size
|
||||
);
|
||||
|
||||
@ -326,7 +326,7 @@
|
||||
WERROR svcctl_EnumDependentServicesA(
|
||||
[in,ref] policy_handle *service,
|
||||
[in] uint32 state,
|
||||
[out] ENUM_SERVICE_STATUS *status,
|
||||
[out] ENUM_SERVICE_STATUS *service_status,
|
||||
[in] uint32 buf_size,
|
||||
[out,ref] uint32 *bytes_needed,
|
||||
[out,ref] uint32 *services_returned
|
||||
@ -376,7 +376,7 @@
|
||||
WERROR svcctl_QueryServiceLockStatusA(
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] uint32 buf_size,
|
||||
[out,ref] SERVICE_LOCK_STATUS *status,
|
||||
[out,ref] SERVICE_LOCK_STATUS *lock_status,
|
||||
[out,ref] uint32 *required_buf_size
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user