12 HINSTANCE ProcessHandle()
const;
13 LPCWSTR ClassName()
const;
void Register() const
If the class was not registered, register it. Otherwise, retrieve the registered class information...
Definition: WindowClassRegisterer.cpp:66
WindowClassRegisterer(HINSTANCE processHandle, LPCWSTR className, WNDPROC windowProcedure)
Initialize the builder with given parameters and defaults.
Definition: WindowClassRegisterer.cpp:10
Builds a call to <a href"https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-regis...
Definition: WindowClassRegisterer.h:7