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
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
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
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