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

Method OnFinalMessage

DuiLib/Control/UIDateTime.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void CDateTimeWnd::OnFinalMessage(HWND /*hWnd*/)
78 {
79 // Clear reference and die
80 if( m_hBkBrush != NULL ) ::DeleteObject(m_hBkBrush);
81 m_pOwner->m_pWindow = NULL;
82 delete this;
83 }
84
85 LRESULT CDateTimeWnd::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
86 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected