services: Fix GetNotifyResults() prototype.

This commit is contained in:
Nikolay Sivov 2015-03-05 10:56:53 +03:00 committed by Alexandre Julliard
parent 4c1791f53e
commit ebbb8fa5da
2 changed files with 2 additions and 2 deletions

View File

@ -741,7 +741,7 @@ typedef [switch_type(DWORD)] union _SC_RPC_SERVICE_CONTROL_OUT_PARAMSW {
/* Function 48 */
DWORD svcctl_GetNotifyResults(
[in] SC_NOTIFY_RPC_HANDLE notify,
[out] SC_RPC_NOTIFY_PARAMS_LIST *params
[out] SC_RPC_NOTIFY_PARAMS_LIST **params
);
/* Function 49 */

View File

@ -1573,7 +1573,7 @@ DWORD __cdecl svcctl_NotifyServiceStatusChange(
DWORD __cdecl svcctl_GetNotifyResults(
SC_NOTIFY_RPC_HANDLE notify,
SC_RPC_NOTIFY_PARAMS_LIST *params)
SC_RPC_NOTIFY_PARAMS_LIST **params)
{
WINE_FIXME("\n");
return ERROR_CALL_NOT_IMPLEMENTED;