14 virtual LRESULT Process(UINT uMsg, WPARAM wParam, LPARAM lParam) = 0;
16 static LRESULT
BindAndProcess(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
static LRESULT BindAndProcess(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT bindingMessage, const std::function< WindowWithMessages *(LPARAM)> &extractWindowPointer)
Handles the binding between a Window-object and a window-handle.
Definition: WindowWithMessages.cpp:13
Encapsulates a window handle.
Definition: Window.h:8
A Window with its own window procedure.
Definition: WindowWithMessages.h:9