mshtml,shdocvw: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext (try 2)

Dmitry Timoshkov dmitry at codeweavers.com
Thu Mar 17 00:39:40 CDT 2011


Thomas Faber <thfabba at gmx.de> wrote:

>      ip_frame = NULL;
>      ip_uiwindow = NULL;
> +    frame_info.cb = sizeof(OLEINPLACEFRAMEINFO);

Using sizeof(frame_info) here and in other places instead of sizeof(OLEINPLACEFRAMEINFO)
would be better IMHO.

-- 
Dmitry.



More information about the wine-devel mailing list