Process-wide Win32 initialization: the module handle and the default window class registration.
Register the default window class on first use. Idempotent.
The process module handle, fetched lazily via GetModuleHandleW(null).
The name of Deft's default top-level window class (null-terminated literal).
See Source File
Process-wide Win32 initialization: the module handle and the default window class registration.