home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / wschesb1 / src / saveopen.h < prev    next >
Encoding:
Text File  |  1995-05-19  |  651 b   |  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.