webservices: Stub WsAbortChannel().

Powerpoint 2016 calls this while loading some themes.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2017-11-16 13:18:19 -06:00 committed by Alexandre Julliard
parent 74b1426bba
commit 48b581befd
2 changed files with 10 additions and 1 deletions

View file

@ -2138,3 +2138,12 @@ HRESULT channel_accept_udp( SOCKET socket, HANDLE wait, HANDLE cancel, WS_CHANNE
LeaveCriticalSection( &channel->cs );
return hr;
}
/**************************************************************************
* WsAbortChannel [webservices.@]
*/
HRESULT WINAPI WsAbortChannel( WS_CHANNEL *handle, WS_ERROR *error )
{
FIXME( "%p %p: stub!\n", handle, error );
return E_NOTIMPL;
}

View file

@ -1,6 +1,6 @@
@ stub WsAbandonCall
@ stub WsAbandonMessage
@ stub WsAbortChannel
@ stdcall WsAbortChannel(ptr ptr)
@ stub WsAbortListener
@ stub WsAbortServiceHost
@ stdcall WsAbortServiceProxy(ptr ptr)