mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix the SetServiceStatus idl definition
svn path=/trunk/; revision=27567
This commit is contained in:
@@ -78,7 +78,8 @@ cpp_quote("#endif")
|
||||
|
||||
/* Function 7 */
|
||||
DWORD R(SetServiceStatus) ([in] handle_t BindingHandle,
|
||||
[in] SERVICE_STATUS_HANDLE hServiceStatus); /* FIXME */
|
||||
[in] SERVICE_STATUS_HANDLE hServiceStatus,
|
||||
[in] SERVICE_STATUS *lpServiceStatus);
|
||||
|
||||
/* Function 8 */
|
||||
DWORD R(UnlockServiceDatabase) ([in] handle_t BindingHandle,
|
||||
|
||||
Reference in New Issue
Block a user