Re: [PATCH] msscript: Implement FindConnectionPoint()
June 17, 2016
1:01 p.m.
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
3568
Age (days ago)
3568
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban