MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / OnFinalMessage

Method OnFinalMessage

WinArk/EtwView.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ViewDestroyedMethod · 0.80

Tested by

no test coverage detected