[1/2] msxml3: Add IDispatchEx support to IXMLDOMElement

Jacek Caban jacek at codeweavers.com
Wed Aug 12 04:29:18 CDT 2009


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



More information about the wine-devel mailing list