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

Add IXMLElementNotificationSink definition for IE4 compatibility.

parent 879a8f3a
......@@ -316,6 +316,17 @@ interface IXMLError : IUnknown
};
[
object,
local,
uuid(D9F1E15A-CCDB-11d0-9C0C-00C04FC99C8E)
]
interface IXMLElementNotificationSink : IDispatch
{
[id(DISPID_XMLNOTIFSINK_CHILDADDED)]
HRESULT ChildAdded([in]IDispatch *pChildElem);
};
[
uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
]
coclass XMLDocument
......
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