home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / chess / saveopen.h < prev    next >
Text File  |  1991-01-12  |  650b  |  14 lines

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