| 101 | } |
| 102 | |
| 103 | LONG_PTR Window::GetExtendedStyle() const |
| 104 | { |
| 105 | return GetWindowLongPtr(hwnd, GWL_EXSTYLE); |
| 106 | } |
| 107 | |
| 108 | void Window::MakeWindow(LPCWSTR sIconResource, LPCWSTR sSmallIconResource, LPCWSTR sMenuResource) |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected