re-block a threadHello! I study, what is the best practice for reblocking a thread. If I use a Mutex, the threa...
GetMessage with lpMsg NULL, but it works - why?Thank You so much[b]![/b] I will try to add the hook code in a windows app with normal message loop....
GetMessage with lpMsg NULL, but it works - why?and how/why the CALLBACK is reached? [code]LRESULT CALLBACK KeyboardHook (int nCode, WPARAM wParam, ...
GetMessage with lpMsg NULL, but it works - why?Found a very simple code example which is working, but why? [code]int APIENTRY WinMain( HINSTANC...