Register the default window class on first use. Idempotent.
The class uses the master wndProc, redraws on resize (`CS_HREDRAW | CS_VREDRAW`), the standard arrow cursor and the system window background.
See Implementation
Register the default window class on first use. Idempotent.
The class uses the master wndProc, redraws on resize (`CS_HREDRAW | CS_VREDRAW`), the standard arrow cursor and the system window background.