Added msxml2.idl.
This commit is contained in:
parent
80816e93f3
commit
9399b1985a
|
@ -16,6 +16,7 @@ mmstream.h
|
||||||
mshtmhst.h
|
mshtmhst.h
|
||||||
mshtml.h
|
mshtml.h
|
||||||
msxml.h
|
msxml.h
|
||||||
|
msxml2.h
|
||||||
oaidl.h
|
oaidl.h
|
||||||
objidl.h
|
objidl.h
|
||||||
ocidl.h
|
ocidl.h
|
||||||
|
|
|
@ -21,6 +21,7 @@ IDL_SRCS = \
|
||||||
mshtmhst.idl \
|
mshtmhst.idl \
|
||||||
mshtml.idl \
|
mshtml.idl \
|
||||||
msxml.idl \
|
msxml.idl \
|
||||||
|
msxml2.idl \
|
||||||
oaidl.idl \
|
oaidl.idl \
|
||||||
objidl.idl \
|
objidl.idl \
|
||||||
ocidl.idl \
|
ocidl.idl \
|
||||||
|
|
|
@ -188,7 +188,7 @@ interface IXMLAttribute : IDispatch
|
||||||
|
|
||||||
[propget, id(DISPID_XMLATTRIBUTE_VALUE)]
|
[propget, id(DISPID_XMLATTRIBUTE_VALUE)]
|
||||||
HRESULT value( [retval, out] BSTR *p );
|
HRESULT value( [retval, out] BSTR *p );
|
||||||
}
|
};
|
||||||
|
|
||||||
[
|
[
|
||||||
local,
|
local,
|
||||||
|
@ -198,7 +198,7 @@ uuid(948c5ad3-c58d-11d0-9c0b-00c04fc99c8e)
|
||||||
interface IXMLError : IUnknown
|
interface IXMLError : IUnknown
|
||||||
{
|
{
|
||||||
HRESULT GetErrorInfo([out]XML_ERROR *pErrorReturn);
|
HRESULT GetErrorInfo([out]XML_ERROR *pErrorReturn);
|
||||||
}
|
};
|
||||||
|
|
||||||
[
|
[
|
||||||
uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
|
uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
|
||||||
|
@ -206,4 +206,4 @@ uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
|
||||||
coclass XMLDocument
|
coclass XMLDocument
|
||||||
{
|
{
|
||||||
[default] interface IXMLDocument;
|
[default] interface IXMLDocument;
|
||||||
}
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue