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
16 lines
677 B
/*************************************************************************
|
|
FileName : DlgWindow.h
|
|
|
|
Purpose : This file is used for listing the prototypes of the functions
|
|
used by savedlg,opendlg ActiveX controls to accomodate the
|
|
functions called for display of dialogs for the user to
|
|
choose the name of the file which is to be saved to or to
|
|
choose a file for filexfer by RA.
|
|
|
|
Author : Sudha Srinivasan (a-sudsi)
|
|
*************************************************************************/
|
|
|
|
DWORD SaveTheFile();
|
|
DWORD OpenTheFile(TCHAR *pszInitialDir);
|
|
HRESULT ResolveIt(TCHAR *pszShortcutFile);
|
|
void InitializeOpenFileName();
|