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
6161
Age (days ago)
6161
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban