home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / strategy / gchess.zip / SAVEOPEN.H < prev    next >
Text File  |  1995-02-22  |  665b  |  17 lines

  1. int FAR DoFileOpenDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn, 
  2.                        char *szDefExtIn, WORD wFileAttrIn, char *szFileNameOut,
  3.                        POFSTRUCT pof);
  4.  
  5. int FAR DoWildFileOpenDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn, 
  6.                        char *szDefExtIn, WORD wFileAttrIn, char *szFileNameOut,
  7.                        POFSTRUCT pof);
  8.  
  9. int FAR DoFileSaveDlg (HANDLE hInst, HWND hWnd, char *szFileSpecIn, 
  10.                        char *szDefExtIn, WORD *pwStatusOut, 
  11.                char *szFileNameOut,
  12.                        POFSTRUCT pof);
  13.  
  14. #define FILESAVE 270
  15. #define FILEOPEN 271
  16. #define WILDFILEOPEN 272
  17.