MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / atom

Method atom

TranslucentTB/windows/windowclass.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected