Thread: Making my hook global

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Making my hook global

    EDIT: Figured it out.
    Just had to set the 4th arg of SetWindowsHookEx() to 0.
    Last edited by Queatrix; 01-10-2007 at 01:26 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a global linked list?
    By TwistedJester in forum C Programming
    Replies: 1
    Last Post: 11-12-2007, 03:23 AM
  2. Global Variables
    By Taka in forum C Programming
    Replies: 34
    Last Post: 11-02-2007, 03:25 AM
  3. blocking or passing keys with global hook
    By pmouse in forum Windows Programming
    Replies: 4
    Last Post: 08-29-2007, 02:54 PM
  4. Static or global in this case?
    By Ganoosh in forum Windows Programming
    Replies: 6
    Last Post: 07-14-2005, 11:08 PM
  5. How to keep static data in a keyboard hook?
    By junbin in forum Windows Programming
    Replies: 1
    Last Post: 01-19-2003, 03:24 AM