Commit 48b581be authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

webservices: Stub WsAbortChannel().

Powerpoint 2016 calls this while loading some themes. Signed-off-by: 's avatarZebediah Figura <zfigura@codeweavers.com> Signed-off-by: 's avatarHans Leidekker <hans@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 74b1426b
......@@ -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;
}
@ stub WsAbandonCall
@ stub WsAbandonMessage
@ stub WsAbortChannel
@ stdcall WsAbortChannel(ptr ptr)
@ stub WsAbortListener
@ stub WsAbortServiceHost
@ stdcall WsAbortServiceProxy(ptr ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment