mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
This modification is required for use with the WINE widl.
svn path=/trunk/; revision=23377
This commit is contained in:
@@ -49,7 +49,8 @@ cpp_quote("#endif")
|
||||
BOOL ScmrControlService([in] handle_t BindingHandle,
|
||||
[in] SC_HANDLE hService,
|
||||
[in] DWORD dwControl,
|
||||
[out] LPSERVICE_STATUS lpServiceStatus);
|
||||
[out] SERVICE_STATUS *lpServiceStatus);
|
||||
/* [out] LPSERVICE_STATUS lpServiceStatus); */
|
||||
|
||||
/* Function 2 */
|
||||
DWORD ScmrDeleteService([in] handle_t BindingHandle,
|
||||
@@ -78,7 +79,8 @@ cpp_quote("#endif")
|
||||
/* Function 6 */
|
||||
DWORD ScmrQueryServiceStatus([in] handle_t BindingHandle,
|
||||
[in] SC_HANDLE hSCManager,
|
||||
[out] LPSERVICE_STATUS lpServiceStatus);
|
||||
[out] SERVICE_STATUS *lpServiceStatus);
|
||||
/* [out] LPSERVICE_STATUS lpServiceStatus); */
|
||||
|
||||
/* Function 7 */
|
||||
DWORD ScmrSetServiceStatus([in] handle_t BindingHandle,
|
||||
|
||||
Reference in New Issue
Block a user