| 129 | } |
| 130 | |
| 131 | INT_PTR Dialog::OnNotify(NMHDR * /*pnmh*/) { |
| 132 | return FALSE; |
| 133 | } |
| 134 | |
| 135 | LRESULT Dialog::EditProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { |
| 136 | HWND hParent = ::GetParent(hwnd); |
nothing calls this directly
no outgoing calls
no test coverage detected