User profile: Erhy

User info
User name:Erhy
Name:Erhard Glück
Location:Austria
History
Joined:
Number of posts:4
Latest posts:

re-block a thread
Hello! 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...