Re: mshtml,shdocvw: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext (try 2)
17 Mar
2011
17 Mar
'11
12:39 a.m.
Thomas Faber <thfabba(a)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.
5474
Age (days ago)
5474
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov