12 HINSTANCE ProcessHandle()
const;
13 LPCWSTR ClassName()
const;
WindowHandleCreator(HINSTANCE processHandle, LPCWSTR className)
Initialize the builder with given parameters and defaults.
Definition: WindowHandleCreator.cpp:9
Builds a call to CreateWindowEx.
Definition: WindowHandleCreator.h:7