Hi Nikolay,
On 06/16/2016 09:20 PM, Nikolay Sivov wrote:
+struct ConnectionPoint {
- IConnectionPoint IConnectionPoint_iface;
- ScriptControl *control;
- IConnectionPointContainer *container;
Do you need to store IConnectionPointContainer here if you also store ScriptControl?
Other than that the patch looks good to me.
Thanks, Jacek