http://bugs.winehq.org/show_bug.cgi?id=5745
------- Additional Comments From rob@codeweavers.com 2006-26-07 12:19 ------- I'm pretty sure the FindConnectionPoint fixme is not the problem, although I test for this would be useful.
BTW, the patch looks wrong to me because it now overwrites the correctly returned { VT_INT, handle } in pVarResult with { VT_BOOL, FALSE } (and the FALSE was originally wrong anyway - it should have been VARIANT_FALSE).