http://bugs.winehq.org/show_bug.cgi?id=15896
--- Comment #4 from Anastasius Focht focht@gmx.net 2008-12-11 17:09:43 --- Hello again,
--- quote --- Before calling navigate_url(), just convert URL arg using VariantCopyInd() which should automagically dereference any VT_BSTR|VT_BYREF while covering the standard VT_BSTR case (URL variant passed without ref). --- quote ---
Need to get to sleep ;-) If BSTR arg is passed by reference just dereference it in place without making another copy, e.g. *V_BSTRREF(URL) without ref keep V_BSTR(URL).
Regards