MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnInitDialog

Method OnInitDialog

DebugView++/FindDlg.cpp:26–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26BOOL CFindDlg::OnInitDialog(CWindow /*wndFocus*/, LPARAM /*lInitParam*/)
27{
28 DlgResize_Init();
29
30 // register object for message filtering and idle updates
31 CMessageLoop* pLoop = _Module.GetMessageLoop();
32 ATLASSERT(pLoop != nullptr);
33 pLoop->AddMessageFilter(this);
34
35 return TRUE;
36}
37
38void CFindDlg::OnDestroy()
39{

Callers

nothing calls this directly

Calls 1

AddMessageFilterMethod · 0.80

Tested by

no test coverage detected