Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::openfiledlg Next Topic: IHTMLOptionsHolder::choosecolordlg |
IHTMLOptionsHolder::savefiledlg
HRESULT savefiledlg( VARIANT initFile, VARIANT initDir, VARIANT filter, VARIANT title, BSTR *pathName );Opens the system save file dialog.
- Returns S_OK if successful, or an error value otherwise.
- initFile
- VARIANT structure containing the file name to save the file.
- initDir
- VARIANT structure containing the directory to save the file.
- filter
- VARIANT structure containing the filters to use in saving the file.
- title
- VARIANT structure containing the initial title for the file dialog window.
- pathName
- String variable specifying the path for the file to be saved.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.