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
5ab0ceca
Commit
5ab0ceca
authored
Aug 17, 2016
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 18, 2016
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
1978c7d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
webservices.h
include/webservices.h
+13
-0
No files found.
include/webservices.h
View file @
5ab0ceca
...
@@ -60,6 +60,7 @@ typedef struct _WS_DOUBLE_DESCRIPTION WS_DOUBLE_DESCRIPTION;
...
@@ -60,6 +60,7 @@ typedef struct _WS_DOUBLE_DESCRIPTION WS_DOUBLE_DESCRIPTION;
typedef
struct
_WS_DATETIME
WS_DATETIME
;
typedef
struct
_WS_DATETIME
WS_DATETIME
;
typedef
struct
_WS_DATETIME_DESCRIPTION
WS_DATETIME_DESCRIPTION
;
typedef
struct
_WS_DATETIME_DESCRIPTION
WS_DATETIME_DESCRIPTION
;
typedef
struct
_WS_GUID_DESCRIPTION
WS_GUID_DESCRIPTION
;
typedef
struct
_WS_GUID_DESCRIPTION
WS_GUID_DESCRIPTION
;
typedef
struct
_WS_UNIQUE_ID_DESCRIPTION
WS_UNIQUE_ID_DESCRIPTION
;
typedef
struct
_WS_URL
WS_URL
;
typedef
struct
_WS_URL
WS_URL
;
typedef
struct
_WS_HTTP_URL
WS_HTTP_URL
;
typedef
struct
_WS_HTTP_URL
WS_HTTP_URL
;
typedef
struct
_WS_HTTPS_URL
WS_HTTPS_URL
;
typedef
struct
_WS_HTTPS_URL
WS_HTTPS_URL
;
...
@@ -404,6 +405,15 @@ struct _WS_DOUBLE_DESCRIPTION {
...
@@ -404,6 +405,15 @@ struct _WS_DOUBLE_DESCRIPTION {
double
maxValue
;
double
maxValue
;
};
};
struct
_WS_GUID_DESCRIPTION
{
GUID
value
;
};
struct
_WS_UNIQUE_ID_DESCRIPTION
{
ULONG
minCharCount
;
ULONG
maxCharCount
;
};
typedef
enum
{
typedef
enum
{
WS_TYPE_ATTRIBUTE_FIELD_MAPPING
,
WS_TYPE_ATTRIBUTE_FIELD_MAPPING
,
WS_ATTRIBUTE_FIELD_MAPPING
,
WS_ATTRIBUTE_FIELD_MAPPING
,
...
@@ -1336,6 +1346,8 @@ typedef enum
...
@@ -1336,6 +1346,8 @@ typedef enum
typedef
void
(
CALLBACK
*
WS_MESSAGE_DONE_CALLBACK
)
typedef
void
(
CALLBACK
*
WS_MESSAGE_DONE_CALLBACK
)
(
void
*
);
(
void
*
);
HRESULT
WINAPI
WsAddMappedHeader
(
WS_MESSAGE
*
,
const
WS_XML_STRING
*
,
WS_TYPE
,
WS_WRITE_OPTION
,
const
void
*
,
ULONG
,
WS_ERROR
*
);
HRESULT
WINAPI
WsAddressMessage
(
WS_MESSAGE
*
,
const
WS_ENDPOINT_ADDRESS
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsAddressMessage
(
WS_MESSAGE
*
,
const
WS_ENDPOINT_ADDRESS
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsAlloc
(
WS_HEAP
*
,
SIZE_T
,
void
**
,
WS_ERROR
*
);
HRESULT
WINAPI
WsAlloc
(
WS_HEAP
*
,
SIZE_T
,
void
**
,
WS_ERROR
*
);
HRESULT
WINAPI
WsCall
(
WS_SERVICE_PROXY
*
,
const
WS_OPERATION_DESCRIPTION
*
,
const
void
**
,
HRESULT
WINAPI
WsCall
(
WS_SERVICE_PROXY
*
,
const
WS_OPERATION_DESCRIPTION
*
,
const
void
**
,
...
@@ -1421,6 +1433,7 @@ HRESULT WINAPI WsReceiveMessage(WS_CHANNEL*, WS_MESSAGE*, const WS_MESSAGE_DESCR
...
@@ -1421,6 +1433,7 @@ HRESULT WINAPI WsReceiveMessage(WS_CHANNEL*, WS_MESSAGE*, const WS_MESSAGE_DESCR
WS_RECEIVE_OPTION
,
WS_READ_OPTION
,
WS_HEAP
*
,
void
*
,
ULONG
,
ULONG
*
,
WS_RECEIVE_OPTION
,
WS_READ_OPTION
,
WS_HEAP
*
,
void
*
,
ULONG
,
ULONG
*
,
const
WS_ASYNC_CONTEXT
*
,
WS_ERROR
*
);
const
WS_ASYNC_CONTEXT
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsRemoveHeader
(
WS_MESSAGE
*
,
WS_HEADER_TYPE
,
WS_ERROR
*
);
HRESULT
WINAPI
WsRemoveHeader
(
WS_MESSAGE
*
,
WS_HEADER_TYPE
,
WS_ERROR
*
);
HRESULT
WINAPI
WsRemoveMappedHeader
(
WS_MESSAGE
*
,
const
WS_XML_STRING
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsRemoveNode
(
const
WS_XML_NODE_POSITION
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsRemoveNode
(
const
WS_XML_NODE_POSITION
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsResetChannel
(
WS_CHANNEL
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsResetChannel
(
WS_CHANNEL
*
,
WS_ERROR
*
);
HRESULT
WINAPI
WsResetError
(
WS_ERROR
*
);
HRESULT
WINAPI
WsResetError
(
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