home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk4 / opendlg / hello / hello.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-20  |  369 b   |  15 lines

  1. /*
  2.     HELLO header file
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #define ID_RESOURCE 1
  6. #define IDM_FILE    10
  7. #define IDM_OPEN    100
  8. #define IDM_SAVE    101
  9. #define IDM_ABOUT   102
  10. #define IDD_ABOUT   1
  11.  
  12. MRESULT CALLBACK HelloWndProc(HWND, USHORT, MPARAM, MPARAM);
  13. MRESULT CALLBACK AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
  14. int cdecl main(void);
  15.