source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wsdapi.h@ 1175

Last change on this file since 1175 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 1.8 KB
Line 
1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6#ifndef _INC_WSDAPI
7#define _INC_WSDAPI
8#if (_WIN32_WINNT >= 0x0600)
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef struct IWSDAsyncResult IWSDAsyncResult;
15typedef struct IWSDServiceProxy IWSDServiceProxy;
16typedef struct IWSDEndpointProxy IWSDEndpointProxy;
17
18typedef struct IWSDMessageParameters IWSDMessageParameters;
19typedef struct IWSDServiceMessaging IWSDServiceMessaging;
20
21typedef struct _WSD_EVENT WSD_EVENT;
22typedef struct _WSD_SOAP_FAULT_SUBCODE WSD_SOAP_FAULT_SUBCODE;
23typedef struct _WSD_LOCALIZED_STRING_LIST WSD_LOCALIZED_STRING_LIST;
24typedef struct _WSD_URI_LIST WSD_URI_LIST;
25typedef struct _WSD_NAME_LIST WSD_NAME_LIST;
26typedef struct _WSD_SERVICE_METADATA_LIST WSD_SERVICE_METADATA_LIST;
27typedef struct _WSD_PROBE_MATCH_LIST WSD_PROBE_MATCH_LIST;
28
29typedef struct _WSDXML_NAME WSDXML_NAME;
30typedef struct _WSDXML_ELEMENT WSDXML_ELEMENT;
31typedef struct _WSDXML_NODE WSDXML_NODE;
32typedef struct _WSDXML_ATTRIBUTE WSDXML_ATTRIBUTE;
33typedef struct _WSDXML_PREFIX_MAPPING WSDXML_PREFIX_MAPPING;
34typedef struct _WSDXML_ELEMENT_LIST WSDXML_ELEMENT_LIST;
35typedef struct _WSDXML_TYPE WSDXML_TYPE;
36typedef struct _WSD_METADATA_SECTION_LIST WSD_METADATA_SECTION_LIST;
37typedef struct _WSD_METADATA_SECTION WSD_METADATA_SECTION;
38typedef struct _WSD_ENDPOINT_REFERENCE_LIST WSD_ENDPOINT_REFERENCE_LIST;
39
40#ifdef __cplusplus
41}
42#endif
43
44#include <wsdtypes.h>
45#include <wsdbase.h>
46#include <wsdxmldom.h>
47#include <wsdxml.h>
48#include <wsdhost.h>
49#include <wsdutil.h>
50#include <wsdclient.h>
51#include <wsddisco.h>
52#include <wsdattachment.h>
53
54#endif /*(_WIN32_WINNT >= 0x0600)*/
55#endif /*_INC_WSDAPI*/
Note: See TracBrowser for help on using the repository browser.