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
be0f451e
Commit
be0f451e
authored
Jun 06, 2017
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing Web Services declarations.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d73c38fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
webservices.h
include/webservices.h
+11
-0
No files found.
include/webservices.h
View file @
be0f451e
...
...
@@ -1041,6 +1041,11 @@ typedef enum {
}
WS_HEADER_TYPE
;
typedef
enum
{
WS_REPEATING_HEADER
=
1
,
WS_SINGLETON_HEADER
=
2
}
WS_REPEATING_HEADER_OPTION
;
typedef
enum
{
WS_DNS_ENDPOINT_IDENTITY_TYPE
=
1
,
WS_UPN_ENDPOINT_IDENTITY_TYPE
=
2
,
WS_SPN_ENDPOINT_IDENTITY_TYPE
=
3
,
...
...
@@ -1584,11 +1589,17 @@ void WINAPI WsFreeReader(WS_XML_READER*);
void
WINAPI
WsFreeServiceProxy
(
WS_SERVICE_PROXY
*
);
void
WINAPI
WsFreeWriter
(
WS_XML_WRITER
*
);
HRESULT
WINAPI
WsGetChannelProperty
(
WS_CHANNEL
*
,
WS_CHANNEL_PROPERTY_ID
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetCustomHeader
(
WS_MESSAGE
*
,
const
WS_ELEMENT_DESCRIPTION
*
,
WS_REPEATING_HEADER_OPTION
,
ULONG
,
WS_READ_OPTION
,
WS_HEAP
*
,
void
*
,
ULONG
,
ULONG
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetDictionary
(
WS_ENCODING
,
WS_XML_DICTIONARY
**
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetErrorProperty
(
WS_ERROR
*
,
WS_ERROR_PROPERTY_ID
,
void
*
,
ULONG
);
HRESULT
WINAPI
WsGetErrorString
(
WS_ERROR
*
,
ULONG
,
WS_STRING
*
);
HRESULT
WINAPI
WsGetHeader
(
WS_MESSAGE
*
,
WS_HEADER_TYPE
,
WS_TYPE
,
WS_READ_OPTION
,
WS_HEAP
*
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetHeapProperty
(
WS_HEAP
*
,
WS_HEAP_PROPERTY_ID
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetListenerProperty
(
WS_LISTENER
*
,
WS_LISTENER_PROPERTY_ID
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetMappedHeader
(
WS_MESSAGE
*
,
const
WS_XML_STRING
*
,
WS_REPEATING_HEADER_OPTION
,
ULONG
,
WS_TYPE
,
WS_READ_OPTION
,
WS_HEAP
*
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetMessageProperty
(
WS_MESSAGE
*
,
WS_MESSAGE_PROPERTY_ID
,
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsGetNamespaceFromPrefix
(
WS_XML_READER
*
,
const
WS_XML_STRING
*
,
BOOL
,
const
WS_XML_STRING
**
,
WS_ERROR
*
);
...
...
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