home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / HELPPRG.ZIP / HELPSAMP.H < prev    next >
Text File  |  1989-07-04  |  848b  |  36 lines

  1. /*------------------------
  2.    HELPSAMP.H header file
  3.   ------------------------*/
  4.  
  5. #define ID_RESOURCE      1
  6.  
  7. #define IDM_FILE         100
  8. #define IDM_NEW          101
  9. #define IDM_OPEN         102
  10. #define IDM_SAVE         103
  11. #define IDM_SAVEAS       104
  12. #define IDM_ABOUT        105
  13.  
  14. #define IDM_BOXES        200
  15. #define IDM_DIALOG       201
  16. #define IDM_MESSAGE_1    202
  17. #define IDM_MESSAGE_2    203
  18.  
  19. #define IDD_ABOUT        300
  20. #define IDD_ABOUT_HELP   301
  21.  
  22.  
  23. #define DEFAULT_HELP     0
  24. #define MSGBOX_ID1       10
  25. #define MSGBOX_ID2       20
  26.  
  27.  
  28. MRESULT EXPENTRY ClientWndProc (HWND, USHORT, MPARAM, MPARAM) ;
  29. MRESULT EXPENTRY AboutDlgProc  (HWND, USHORT, MPARAM, MPARAM) ;
  30. BOOL CALLBACK HelpHook(HAB, USHORT, USHORT, USHORT, PRECTL);
  31.  
  32.  
  33. /* in HELPLIB.DLL  */
  34. BOOL APIENTRY HelpBox(HWND, HWND, HAB, PSZ, PSZ);
  35.  
  36.