home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Utilities & Productivity / SharewearBreakthroughUtil_ProdCol.cdr / util / sabdu / sample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-31  |  367 b   |  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.