wndprocCallback

As of now, this works as a dummy function. If more functionality needed in the future, then it might become part of a class.

version(Windows)
extern (Windows) nothrow @system
LRESULT
wndprocCallback
(
HWND hWnd
,
UINT msg
,
WPARAM wParam
,
LPARAM lParam
)

Meta