1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for msxml.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 475
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __msxml_h__
39 #define __msxml_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 #ifndef __IXMLDOMImplementation_FWD_DEFINED__
48 #define __IXMLDOMImplementation_FWD_DEFINED__
49 typedef interface IXMLDOMImplementation IXMLDOMImplementation;
50 #endif     /* __IXMLDOMImplementation_FWD_DEFINED__ */
51
52
53 #ifndef __IXMLDOMNode_FWD_DEFINED__
54 #define __IXMLDOMNode_FWD_DEFINED__
55 typedef interface IXMLDOMNode IXMLDOMNode;
56 #endif     /* __IXMLDOMNode_FWD_DEFINED__ */
57
58
59 #ifndef __IXMLDOMDocumentFragment_FWD_DEFINED__
60 #define __IXMLDOMDocumentFragment_FWD_DEFINED__
61 typedef interface IXMLDOMDocumentFragment IXMLDOMDocumentFragment;
62 #endif     /* __IXMLDOMDocumentFragment_FWD_DEFINED__ */
63
64
65 #ifndef __IXMLDOMDocument_FWD_DEFINED__
66 #define __IXMLDOMDocument_FWD_DEFINED__
67 typedef interface IXMLDOMDocument IXMLDOMDocument;
68 #endif     /* __IXMLDOMDocument_FWD_DEFINED__ */
69
70
71 #ifndef __IXMLDOMNodeList_FWD_DEFINED__
72 #define __IXMLDOMNodeList_FWD_DEFINED__
Lines 73 ... 9767 are skipped.
9768 #ifdef COBJMACROS
9769
9770
9771 #define IXMLError_QueryInterface(This,riid,ppvObject)    \
9772       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
9773
9774 #define IXMLError_AddRef(This)    \
9775       ( (This)->lpVtbl -> AddRef(This) ) 
9776
9777 #define IXMLError_Release(This)    \
9778       ( (This)->lpVtbl -> Release(This) ) 
9779
9780
9781 #define IXMLError_GetErrorInfo(This,pErrorReturn)    \
9782       ( (This)->lpVtbl -> GetErrorInfo(This,pErrorReturn) ) 
9783
9784 #endif /* COBJMACROS */
9785
9786
9787 #endif     /* C style interface */
9788
9789
9790
9791
9792 #endif     /* __IXMLError_INTERFACE_DEFINED__ */
9793
9794
9795 EXTERN_C const CLSID CLSID_XMLDocument;
9796
9797 #ifdef __cplusplus
9798
9799 class DECLSPEC_UUID("CFC399AF-D876-11d0-9C10-00C04FC99C8E")
9800 XMLDocument;
9801 #endif
9802 #endif /* __MSXML_LIBRARY_DEFINED__ */
9803
9804 /* Additional Prototypes for ALL interfaces */
9805
9806 /* end of Additional Prototypes */
9807
9808 #ifdef __cplusplus
9809 }
9810 #endif
9811
9812 #endif
9813
9814
9815
9816