Hi,
Just wondering if that can be used for window callbacks? Like the following:
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
If it can be used, how do I do it? Or if it can't, do I create a window and wait for the callback?
