Re: [1/2] msxml3: Add IDispatchEx support to IXMLDOMElement
Aug. 12, 2009
9:29 a.m.
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
6249
Age (days ago)
6249
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban