| 25 | |
| 26 | inline LPCWSTR atom() const noexcept { return reinterpret_cast<LPCWSTR>(static_cast<INT_PTR>(m_Atom)); } |
| 27 | inline HINSTANCE hinstance() const noexcept { return m_hInstance; } |
| 28 | |
| 29 | void ChangeIcon(Window window, const wchar_t *iconResource); |
| 30 |