2 #include "../WindowWithMessages.h"
10 LRESULT Process(UINT uMsg, WPARAM wParam, LPARAM lParam)
override;
11 virtual bool OnInitDialog(HWND hFocusWindow);
12 virtual bool OnCommand(
int notificationCode,
int senderId, HWND controlHandle);
13 virtual bool OnClose() = 0;
16 static LRESULT CALLBACK BindAndProcess(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
19 HINSTANCE processHandle =
nullptr;
20 HWND parentHandle =
nullptr;
A Window with its own window procedure.
Definition: WindowWithMessages.h:9
Encapsulates a dialogbox window handle.
Definition: DialogWindow.h:7