Added msxml2.idl.

oldstable
Vijay Kiran Kamuju 2005-06-30 20:48:43 +00:00 committed by Alexandre Julliard
parent 80816e93f3
commit 9399b1985a
4 changed files with 1054 additions and 3 deletions

View File

@ -16,6 +16,7 @@ mmstream.h
mshtmhst.h
mshtml.h
msxml.h
msxml2.h
oaidl.h
objidl.h
ocidl.h

View File

@ -21,6 +21,7 @@ IDL_SRCS = \
mshtmhst.idl \
mshtml.idl \
msxml.idl \
msxml2.idl \
oaidl.idl \
objidl.idl \
ocidl.idl \

View File

@ -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;
}
};

1049
include/msxml2.idl 100644

File diff suppressed because it is too large Load Diff