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

Method DlgProc

source/Configuration/PageSlots.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66INT_PTR CALLBACK CPageSlots::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
67{
68 // Switch from static func to our instance
69 return CPageSlots::ms_this->DlgProcInternal(hWnd, message, wparam, lparam);
70}
71
72INT_PTR CPageSlots::DlgProcInternal(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
73{

Callers

nothing calls this directly

Calls 1

DlgProcInternalMethod · 0.45

Tested by

no test coverage detected