CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    11

    What is a hook function ?

    What is a hook function ? Why is it needed ?

    Thanks in advance.

    mc


  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: What is a hook function ?

    A hook function allow to obtain the events relative to physical(ex : keyboard) or logical system (ex: Window shell)
    There are many and they are very useful
    read the MSDN documentation



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured