| 55 | |
| 56 | |
| 57 | INT_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 | |
| 63 | INT_PTR CPageAdvanced::DlgProcInternal(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam) |
| 64 | { |
nothing calls this directly
no test coverage detected