Added msxml2.idl.
This commit is contained in:
parent
80816e93f3
commit
9399b1985a
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue