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

Method DlgProc

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

Source from the content-addressed store, hash-verified

55 "Clone\0";
56
57INT_PTR CALLBACK CPageConfig::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
58{
59 // Switch from static func to our instance
60 return CPageConfig::ms_this->DlgProcInternal(hWnd, message, wparam, lparam);
61}
62
63INT_PTR CPageConfig::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