home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / newsletr / winprogj / wpjv1n2 / rodsapp.h < prev    next >
Text File  |  1993-01-27  |  457b  |  21 lines

  1. //***********************************************
  2. //* rodsapp.h:
  3. //***********************************************
  4.  
  5. #define    IDM_RODMENU    100
  6.  
  7. #define    IDM_STEPONE    10
  8. #define    IDM_STEPTWO    12
  9. #define    IDM_ABOUT    14
  10.  
  11. #define    IDD_ABOUTBOX    20
  12.  
  13. /* window function prototypes */
  14. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  15. LONG FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  16.  
  17. BOOL InitApplication(HANDLE);
  18. BOOL InitInstance(HANDLE, int);
  19.  
  20.  
  21.