Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-20 Thread Jacek Caban
Hi Nikolay, On 12/20/12 11:29, Nikolay Sivov wrote: > On 12/19/2012 17:22, Jacek Caban wrote: >> On 12/19/12 08:24, Nikolay Sivov wrote: >>> Add custom handling for DISPID_VALUE for node map >> If this has to be done for all IDispatchEx objects with DISPID_VALUE, it >> may be worth considering cha

Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-20 Thread Nikolay Sivov
On 12/19/2012 17:22, Jacek Caban wrote: On 12/19/12 08:24, Nikolay Sivov wrote: Add custom handling for DISPID_VALUE for node map If this has to be done for all IDispatchEx objects with DISPID_VALUE, it may be worth considering changing dispex.c. Something like: if(id == DISPID_VALUE && wFlags

Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-19 Thread Nikolay Sivov
On 12/19/2012 17:22, Jacek Caban wrote: On 12/19/12 08:24, Nikolay Sivov wrote: Add custom handling for DISPID_VALUE for node map If this has to be done for all IDispatchEx objects with DISPID_VALUE, it may be worth considering changing dispex.c. Something like: if(id == DISPID_VALUE && wFlags

Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-19 Thread Jacek Caban
On 12/19/12 08:24, Nikolay Sivov wrote: > Add custom handling for DISPID_VALUE for node map If this has to be done for all IDispatchEx objects with DISPID_VALUE, it may be worth considering changing dispex.c. Something like: if(id == DISPID_VALUE && wFlags == DISPATCH_METHOD) wFlags |= DISPAT