| 63 | } |
| 64 | |
| 65 | void setStatusString(const char *statusText) |
| 66 | { |
| 67 | if(hDlg) |
| 68 | { |
| 69 | SetDlgItemTextA(hDlg, IDC_STATUS, statusText); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | INT_PTR CALLBACK Settings( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) |
| 74 | { |
no outgoing calls
no test coverage detected