home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / FILEOPEN / FILEOPEN.H_ / FILEOPEN.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  416 b   |  11 lines

  1. #include "resource.h"
  2.  
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. long FAR PASCAL __export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. BOOL FAR PASCAL __export About(HWND, unsigned, WORD, LONG);
  8.  
  9. #define MAXFILENAME 256          /* maximum length of file pathname      */
  10. #define MAXCUSTFILTER 40         /* maximum size of custom filter buffer */
  11.