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