home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / taskvb4 / msghook.exe / MSGHOOK.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-05-03  |  341 b   |  8 lines

  1. '
  2. ' The following declaration provides access to the InvokeWindowProc function in
  3. ' the VBX version of MsgHook.  For information about InvokeWindowProc please
  4. ' see msghook.hlp
  5. '
  6. Declare Function InvokeWindowProc Lib "msghook.vbx" (ByVal hwnd As Integer, ByVal msg As Integer, ByVal wparam As Integer, ByVal lparam As Long) As Long
  7.  
  8.