MCPcopy Create free account
hub / github.com/cinience/RedisStudio / ResizeBorder

Method ResizeBorder

DuiLib/Control/UIWebBrowser.cpp:326–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326STDMETHODIMP DuiLib::CWebBrowserUI::ResizeBorder( LPCRECT prcBorder, IOleInPlaceUIWindow* pUIWindow, BOOL fFrameWindow )
327{
328 if (m_pWebBrowserEventHandler)
329 {
330 return m_pWebBrowserEventHandler->ResizeBorder(prcBorder,pUIWindow,fFrameWindow);
331 }
332 return E_NOTIMPL;
333}
334
335STDMETHODIMP DuiLib::CWebBrowserUI::TranslateAccelerator( LPMSG lpMsg, const GUID* pguidCmdGroup, DWORD nCmdID )
336{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected