home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / message / callmsgf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  377 b   |  13 lines

  1. #define IDM_ABOUT         45
  2. #define IDM_HELP          47
  3. #define IDM_GETHDC        48
  4. #define IDM_CALLMSGFILTER 49
  5. #define IDM_FROMMSGFILTER WM_USER + 101
  6. #define IDM_FILTERMSG     WM_USER + 102
  7.  
  8.  
  9. long FAR PASCAL  WndProc                (HWND, unsigned, WORD, LONG) ;
  10. void FAR PASCAL  InitHook               (HANDLE);
  11. BOOL FAR PASCAL  KillHook               ();
  12.  
  13.