mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix the SetServiceStatus idl definition
svn path=/trunk/; revision=27567
This commit is contained in:
parent
e9982e936f
commit
08344fca94
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ cpp_quote("#endif")
|
||||||
|
|
||||||
/* Function 7 */
|
/* Function 7 */
|
||||||
DWORD R(SetServiceStatus) ([in] handle_t BindingHandle,
|
DWORD R(SetServiceStatus) ([in] handle_t BindingHandle,
|
||||||
[in] SERVICE_STATUS_HANDLE hServiceStatus); /* FIXME */
|
[in] SERVICE_STATUS_HANDLE hServiceStatus,
|
||||||
|
[in] SERVICE_STATUS *lpServiceStatus);
|
||||||
|
|
||||||
/* Function 8 */
|
/* Function 8 */
|
||||||
DWORD R(UnlockServiceDatabase) ([in] handle_t BindingHandle,
|
DWORD R(UnlockServiceDatabase) ([in] handle_t BindingHandle,
|
||||||
|
|
Loading…
Reference in a new issue