Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::sizes Next Topic: IHTMLOptionsHolder::savefiledlg |
IHTMLOptionsHolder::openfiledlg
HRESULT openfiledlg( VARIANT initFile, VARIANT initDir, VARIANT filter, VARIANT title, BSTR *pathName );Opens the system open file dialog window.
- Returns S_OK if successful, or an error value otherwise.
- initFile
- VARIANT structure containing the initial file name to open.
- initDir
- VARIANT structure containing the initial directory to open.
- filter
- VARIANT structure containing the filters to use in opening 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 opened.
See also savefiledlg
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.