| 24 | WindowClass(WNDPROC procedure, Util::null_terminated_wstring_view className, const wchar_t *iconResource, HINSTANCE hInstance, unsigned int style = 0, HBRUSH brush = nullptr, HCURSOR cursor = LoadCursor(nullptr, IDC_ARROW)); |
| 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); |