Commit 9399b198 authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

Added msxml2.idl.

parent 80816e93
......@@ -16,6 +16,7 @@ mmstream.h
mshtmhst.h
mshtml.h
msxml.h
msxml2.h
oaidl.h
objidl.h
ocidl.h
......
......@@ -21,6 +21,7 @@ IDL_SRCS = \
mshtmhst.idl \
mshtml.idl \
msxml.idl \
msxml2.idl \
oaidl.idl \
objidl.idl \
ocidl.idl \
......
......@@ -188,7 +188,7 @@ interface IXMLAttribute : IDispatch
[propget, id(DISPID_XMLATTRIBUTE_VALUE)]
HRESULT value( [retval, out] BSTR *p );
}
};
[
local,
......@@ -198,7 +198,7 @@ uuid(948c5ad3-c58d-11d0-9c0b-00c04fc99c8e)
interface IXMLError : IUnknown
{
HRESULT GetErrorInfo([out]XML_ERROR *pErrorReturn);
}
};
[
uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
......@@ -206,4 +206,4 @@ uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
coclass XMLDocument
{
[default] interface IXMLDocument;
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment