| 383 | } |
| 384 | |
| 385 | void CEtwView::OnFinalMessage(HWND) { |
| 386 | GetFrame()->ViewDestroyed(this); |
| 387 | delete this; |
| 388 | } |
| 389 | |
| 390 | LRESULT CEtwView::OnCreate(UINT, WPARAM, LPARAM, BOOL&) { |
| 391 | m_hWndClient = m_List.Create(*this, rcDefault, nullptr, |
nothing calls this directly
no test coverage detected