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

Method PreTranslateMessage

DebugView++/FindDlg.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21BOOL CFindDlg::PreTranslateMessage(MSG* pMsg)
22{
23 return IsDialogMessage(pMsg);
24}
25
26BOOL CFindDlg::OnInitDialog(CWindow /*wndFocus*/, LPARAM /*lInitParam*/)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected