| 106 | } |
| 107 | |
| 108 | LONG_PTR Window::GetExtendedStyle() const |
| 109 | { |
| 110 | return GetWindowLongPtr(hwnd, GWL_EXSTYLE); |
| 111 | } |
| 112 | |
| 113 | void Window::MakeWindow(LPCWSTR sIconResource, LPCWSTR sSmallIconResource, LPCWSTR sMenuResource) |
| 114 | { |
nothing calls this directly
no outgoing calls
no test coverage detected