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

Function OnGetDlgCode

Libraries/PropertyGrid/PropertyGrid.h:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868 }
869
870 LRESULT OnGetDlgCode(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
871 {
872 return DefWindowProc() | DLGC_WANTALLKEYS;
873 }
874
875 LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
876 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected