|
-
January 29th, 2009, 08:13 AM
#13
Re: SetWindowsHookEx stop receivings notifications after focus lost
The problem was that I was unable to understand why some other loads my .dll.
But I have think it over and now I do understand this way:
*) I register my hookProc in system and let it run.
*) someone pushes the MULTIMEDIA_BUTTON_X
*) sytem handle it and send the message through the hooks chain
*) my .dll is being loaded and hookProc called with proper MULTIMEDIA_BUTTON_X value
*) calling/not calling CallNextHookEx(...)
*) .dll is unloaded ?
End of processing the message.
Am I right?
/m13
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|