| 29 | void ChangeIcon(Window window, const wchar_t *iconResource); |
| 30 | |
| 31 | inline WindowClass(const WindowClass &) = delete; |
| 32 | inline WindowClass &operator =(const WindowClass &) = delete; |
| 33 | |
| 34 | // NOTE: these operators can only be used BEFORE making a window. |
nothing calls this directly
no outgoing calls
no test coverage detected