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

Method DlgProcMockingboard

source/Configuration/PageSlots.cpp:1310–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308//===========================================================================
1309
1310INT_PTR CALLBACK CPageSlots::DlgProcMockingboard(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
1311{
1312 // Switch from static func to our instance
1313 return CPageSlots::ms_this->DlgProcMockingboardInternal(hWnd, message, wparam, lparam);
1314}
1315
1316INT_PTR CPageSlots::DlgProcMockingboardInternal(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
1317{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected