Re: [PATCH 2/2] riched20: Implement IOleWindow::GetWindow.
16 Mar
2015
16 Mar
'15
2:44 a.m.
On 16.03.2015 10:36, Jactry Zeng wrote:
static HRESULT WINAPI IOleWindow_fnGetWindow(IOleWindow *iface, HWND *phwnd) { IOleClientSiteImpl *This = impl_from_IOleWindow(iface); - FIXME("not implemented: (%p)->(%p)\n", This, phwnd); - return E_NOTIMPL; + TRACE("(%p)->(%p)\n", This, phwnd); + *phwnd = This->reOle->editor->hWnd; + return S_OK; }
Could you add a test for NULL argument too?
3928
Age (days ago)
3928
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov