| 416 | } |
| 417 | |
| 418 | LONG WindowImplBase::GetStyle() |
| 419 | { |
| 420 | LONG styleValue = ::GetWindowLong(*this, GWL_STYLE); |
| 421 | styleValue &= ~WS_CAPTION; |
| 422 | |
| 423 | return styleValue; |
| 424 | } |
| 425 | |
| 426 | void WindowImplBase::OnClick(TNotifyUI& msg) |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected