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:
parent
74b1426bba
commit
48b581befd
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@ stub WsAbandonCall
|
||||
@ stub WsAbandonMessage
|
||||
@ stub WsAbortChannel
|
||||
@ stdcall WsAbortChannel(ptr ptr)
|
||||
@ stub WsAbortListener
|
||||
@ stub WsAbortServiceHost
|
||||
@ stdcall WsAbortServiceProxy(ptr ptr)
|
||||
|
|
Loading…
Reference in New Issue