Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ dlg_proc
Method
dlg_proc
src/common/WinApiControls.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
DlgProcResult WinBase::dlg_proc([[maybe_unused]] UINT message, [[maybe_unused]] WPARAM w_param, [[maybe_unused]] LPARAM l_param) {
41
return DlgProcResult::pass_through;
42
}
43
44
WinBase::operator bool() const {
45
return m_hwnd;
Callers
1
dlgProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected