webservices: Add a stub implementation of WsCall.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2016-04-29 20:21:50 +02:00 committed by Alexandre Julliard
parent 12a00ea349
commit 7ff383e5e2
2 changed files with 12 additions and 1 deletions

View file

@ -234,3 +234,14 @@ HRESULT WINAPI WsCloseServiceProxy( WS_SERVICE_PROXY *handle, const WS_ASYNC_CON
return close_channel( proxy->channel );
}
/**************************************************************************
* WsCall [webservices.@]
*/
HRESULT WINAPI WsCall( WS_SERVICE_PROXY *handle, const WS_OPERATION_DESCRIPTION *desc, const void **args,
WS_HEAP *heap, const WS_CALL_PROPERTY *properties, const ULONG count,
const WS_ASYNC_CONTEXT *ctx, WS_ERROR *error )
{
FIXME( "%p %p %p %p %p %u %p %p\n", handle, desc, args, heap, properties, count, ctx, error );
return E_NOTIMPL;
}

View file

@ -11,7 +11,7 @@
@ stub WsAddressMessage
@ stdcall WsAlloc(ptr long ptr ptr)
@ stub WsAsyncExecute
@ stub WsCall
@ stdcall WsCall(ptr ptr ptr ptr ptr long ptr ptr)
@ stub WsCheckMustUnderstandHeaders
@ stdcall WsCloseChannel(ptr ptr ptr)
@ stub WsCloseListener