Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7ff383e5
Commit
7ff383e5
authored
Apr 29, 2016
by
Hans Leidekker
Committed by
Alexandre Julliard
May 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webservices: Add a stub implementation of WsCall.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
12a00ea3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
proxy.c
dlls/webservices/proxy.c
+11
-0
webservices.spec
dlls/webservices/webservices.spec
+1
-1
No files found.
dlls/webservices/proxy.c
View file @
7ff383e5
...
...
@@ -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
;
}
dlls/webservices/webservices.spec
View file @
7ff383e5
...
...
@@ -11,7 +11,7 @@
@ stub WsAddressMessage
@ stdcall WsAlloc(ptr long ptr ptr)
@ stub WsAsyncExecute
@ st
ub WsCall
@ st
dcall WsCall(ptr ptr ptr ptr ptr long ptr ptr)
@ stub WsCheckMustUnderstandHeaders
@ stdcall WsCloseChannel(ptr ptr ptr)
@ stub WsCloseListener
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment