[PATCH] msscript: Implement FindConnectionPoint()

Jacek Caban jacek at codeweavers.com
Fri Jun 17 13:01:52 CDT 2016


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



More information about the wine-devel mailing list