Re: [1/2] msxml3: Add IDispatchEx support to IXMLDOMElement
12 Aug
2009
12 Aug
'09
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
5973
Age (days ago)
5973
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban