Click to return to the Reusing Browser Technology home page    
IHTMLOptionsHolder::openf...     IHTMLOptionsHolder::showS...     IHTMLOptionsHolder Interf...    
Web Workshop  |  Reusing Browser Technology

IHTMLOptionsHolder::savefiledlg Method


Opens the system Save File dialog box.

Syntax

HRESULT savefiledlg( 
    VARIANT initFile,
    VARIANT initDir,
    VARIANT filter,
    VARIANT title,
    BSTR *pathName 
);

Parameters

initFile
VARIANT structure that contains the file name to save the file.
initDir
VARIANT structure that contains the directory to save the file.
filter
VARIANT structure that contains the filters to use in saving the file.
title
VARIANT structure that contains the initial title for the file dialog window.
pathName
Address of a string (BSTR) variable that specifies the path for the file to be saved.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

openfiledlg


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.