| 410 | } |
| 411 | |
| 412 | LRESULT WindowImplBase::HandleCustomMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 413 | { |
| 414 | bHandled = FALSE; |
| 415 | return 0; |
| 416 | } |
| 417 | |
| 418 | LONG WindowImplBase::GetStyle() |
| 419 | { |
nothing calls this directly
no outgoing calls
no test coverage detected