Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
677 B

  1. /*************************************************************************
  2. FileName : DlgWindow.h
  3. Purpose : This file is used for listing the prototypes of the functions
  4. used by savedlg,opendlg ActiveX controls to accomodate the
  5. functions called for display of dialogs for the user to
  6. choose the name of the file which is to be saved to or to
  7. choose a file for filexfer by RA.
  8. Author : Sudha Srinivasan (a-sudsi)
  9. *************************************************************************/
  10. DWORD SaveTheFile();
  11. DWORD OpenTheFile(TCHAR *pszInitialDir);
  12. HRESULT ResolveIt(TCHAR *pszShortcutFile);
  13. void InitializeOpenFileName();