home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / samdu.zip / SAMPLE.H < prev    next >
Text File  |  1993-01-01  |  367b  |  9 lines

  1. #define IDM_OPEN   10
  2. #define IDM_SAVE   20
  3. #define IDM_EXIT   30
  4.  
  5. int PASCAL WinMain( HINSTANCE hCurrentInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, UINT nCmdShow );
  6. BOOL InitApplication( HINSTANCE hInstance );
  7. BOOL InitInstance( HINSTANCE hInstance, UINT nCmdShow );
  8. long FAR PASCAL MainWndProc( HWND hWnd, UINT nMessage, UINT nParam, LONG lParam);
  9.