source: NonGTP/Xerces/xercesc/com/xml4com_i.c @ 188

Revision 188, 2.2 KB checked in by mattausch, 19 years ago (diff)

added xercesc to support

Line 
1
2
3/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
4
5/* link this file in with the server and any clients */
6
7
8 /* File created by MIDL compiler version 6.00.0361 */
9/* at Tue Mar 16 11:29:11 2004
10 */
11/* Compiler settings for \Pauls Documents\Visual Studio Projects\xerces-c-src_2_5_0\src\xercesc\com\xml4com.idl:
12    Oicf, W1, Zp8, env=Win32 (32b run)
13    protocol : dce , ms_ext, c_ext, robust
14    error checks: allocation ref bounds_check enum stub_data
15    VC __declspec() decoration level:
16         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
17         DECLSPEC_UUID(), MIDL_INTERFACE()
18*/
19//@@MIDL_FILE_HEADING(  )
20
21#if !defined(_M_IA64) && !defined(_M_AMD64)
22
23
24#pragma warning( disable: 4049 )  /* more than 64k source lines */
25
26
27#ifdef __cplusplus
28extern "C"{
29#endif
30
31
32#include <rpc.h>
33#include <rpcndr.h>
34
35#ifdef _MIDL_USE_GUIDDEF_
36
37#ifndef INITGUID
38#define INITGUID
39#include <guiddef.h>
40#undef INITGUID
41#else
42#include <guiddef.h>
43#endif
44
45#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
46        DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
47
48#else // !_MIDL_USE_GUIDDEF_
49
50#ifndef __IID_DEFINED__
51#define __IID_DEFINED__
52
53typedef struct _IID
54{
55    unsigned long x;
56    unsigned short s1;
57    unsigned short s2;
58    unsigned char  c[8];
59} IID;
60
61#endif // __IID_DEFINED__
62
63#ifndef CLSID_DEFINED
64#define CLSID_DEFINED
65typedef IID CLSID;
66#endif // CLSID_DEFINED
67
68#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
69        const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
70
71#endif !_MIDL_USE_GUIDDEF_
72
73MIDL_DEFINE_GUID(IID, LIBID_Xerces,0xC4775B62,0xECD6,0x11d4,0x94,0xB4,0x00,0xA0,0xCC,0x57,0xCB,0xCB);
74
75
76MIDL_DEFINE_GUID(IID, IID_IIBMXMLDOMNodeIdentity,0x35ADBB42,0x47B2,0x4b22,0x9D,0x2E,0x1D,0xA2,0x60,0xEE,0x50,0x07);
77
78
79MIDL_DEFINE_GUID(CLSID, CLSID_DOMDocument,0xC4775B61,0xECD6,0x11d4,0x94,0xB4,0x00,0xA0,0xCC,0x57,0xCB,0xCB);
80
81
82MIDL_DEFINE_GUID(CLSID, CLSID_XMLHTTPRequest,0x3A725053,0x15FB,0x4065,0x91,0x71,0xBC,0x02,0xBC,0xF3,0x87,0x6C);
83
84#undef MIDL_DEFINE_GUID
85
86#ifdef __cplusplus
87}
88#endif
89
90
91
92#endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/
93
Note: See TracBrowser for help on using the repository browser.