MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / DlgProc

Method DlgProc

source/Configuration/PageAdvanced.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57INT_PTR CALLBACK CPageAdvanced::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
58{
59 // Switch from static func to our instance
60 return CPageAdvanced::ms_this->DlgProcInternal(hWnd, message, wparam, lparam);
61}
62
63INT_PTR CPageAdvanced::DlgProcInternal(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
64{

Callers

nothing calls this directly

Calls 1

DlgProcInternalMethod · 0.45

Tested by

no test coverage detected