Alistair Leslie-Hughes wrote:
Hi,


Changelog:
    msxml3: Add IDispatchEx support to IXMLDOMElement

@@ -46,6 +47,9 @@ typedef struct _domelem
    LONG ref;
    IUnknown *node_unk;
    IXMLDOMNode *node;
+ + /* IDispatchEx */
+    DispatchEx dispex;
} domelem;



It would be probably better to add DispatchEx to node object. Then other node types will reuse it (initializing with different data). See how it's done in mshtml.


Jacek


Reply via email to