home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / SAMDU260.ZIP / SAMPLE.H < prev    next >
Text File  |  1994-04-01  |  413b  |  11 lines

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