deft.platform.win32.init

Process-wide Win32 initialization: the module handle and the default window class registration.

Members

Functions

ensureWindowClass
void ensureWindowClass()

Register the default window class on first use. Idempotent.

hInstance
HINSTANCE hInstance()

The process module handle, fetched lazily via GetModuleHandleW(null).

Manifest constants

deftWindowClassName
enum deftWindowClassName;

The name of Deft's default top-level window class (null-terminated literal).

Meta