home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / HELPHOOK / HELPHOOK.H_ / HELPHOOK.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  426 b   |  12 lines

  1. // Function Prototypes...
  2.  
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. long  __export CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. BOOL  __export CALLBACK About(HWND, unsigned, WORD, LONG);
  8. BOOL  __export CALLBACK SampleDialog(HWND, unsigned, WORD, LONG);
  9. DWORD __export CALLBACK HelpMessageFilterHook(int, WORD, LPMSG);
  10.  
  11. #include "resource.h"
  12.