|
|
|
| 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 msxml2.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 __msxml2_h__ |
| 39 |
|
#define __msxml2_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 __IXMLDOMDocument2_FWD_DEFINED__ |
| 72 |
|
#define __IXMLDOMDocument2_FWD_DEFINED__ |
| 22771 |
|
|
| 22772 |
|
EXTERN_C const CLSID CLSID_MXNamespaceManager60; |
| 22773 |
|
|
| 22774 |
|
#ifdef __cplusplus |
| 22775 |
|
|
| 22776 |
|
class DECLSPEC_UUID("88d96a11-f192-11d4-a65f-0040963251e5") |
| 22777 |
|
MXNamespaceManager60; |
| 22778 |
|
#endif |
| 22779 |
|
|
| 22780 |
|
EXTERN_C const CLSID CLSID_XMLDocument; |
| 22781 |
|
|
| 22782 |
|
#ifdef __cplusplus |
| 22783 |
|
|
| 22784 |
|
class DECLSPEC_UUID("CFC399AF-D876-11d0-9C10-00C04FC99C8E") |
| 22785 |
|
XMLDocument; |
| 22786 |
|
#endif |
| 22787 |
|
#endif /* __MSXML2_LIBRARY_DEFINED__ */ |
| 22788 |
|
|
| 22789 |
|
/* interface __MIDL_itf_msxml2_0001_0191 */ |
| 22790 |
|
/* [local] */ |
| 22791 |
|
|
| 22792 |
|
//---------------------------- |
| 22793 |
|
// MSXML SPECIFIC ERROR CODES |
| 22794 |
|
//---------------------------- |
| 22795 |
|
#define E_XML_NOTWF 0xC00CE223L // Validate failed because the document is not well formed. |
| 22796 |
|
#define E_XML_NODTD 0xC00CE224L // The node is neither Valid nor Invalid because no DTD/Schema declaration was found. |
| 22797 |
|
#define E_XML_INVALID 0xC00CE225L // Validate failed because of a DTD/Schema violation. |
| 22798 |
|
#define E_XML_BUFFERTOOSMALL 0xC00CE226L // Buffer passed in is too small to receive the data. |
| 22799 |
|
#ifdef __USE_MSXML2_NAMESPACE__ |
| 22800 |
|
} |
| 22801 |
|
#endif |
| 22802 |
|
|
| 22803 |
|
|
| 22804 |
|
extern RPC_IF_HANDLE __MIDL_itf_msxml2_0001_0191_v0_0_c_ifspec; |
| 22805 |
|
extern RPC_IF_HANDLE __MIDL_itf_msxml2_0001_0191_v0_0_s_ifspec; |
| 22806 |
|
|
| 22807 |
|
/* Additional Prototypes for ALL interfaces */ |
| 22808 |
|
|
| 22809 |
|
/* end of Additional Prototypes */ |
| 22810 |
|
|
| 22811 |
|
#ifdef __cplusplus |
| 22812 |
|
} |
| 22813 |
|
#endif |
| 22814 |
|
|
| 22815 |
|
#endif |
| 22816 |
|
|
| 22817 |
|
|
| 22818 |
|
|
| 22819 |
|
|
|
|
|