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

Method OnDefWindowMessage

DuiLib/Control/UIActiveX.cpp:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516STDMETHODIMP CActiveXCtrl::OnDefWindowMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT* plResult)
517{
518 DUITRACE(_T("AX: CActiveXCtrl::OnDefWindowMessage"));
519 if( m_pOwner == NULL ) return E_UNEXPECTED;
520 *plResult = ::DefWindowProc(m_pOwner->m_hwndHost, msg, wParam, lParam);
521 return S_OK;
522}
523
524STDMETHODIMP CActiveXCtrl::OnInPlaceActivateEx(BOOL* pfNoRedraw, DWORD dwFlags)
525{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected