Microsoft SDK for Java

ImportExportFavorites

This method of the IShellUIHelper interface handles the importing and exporting of Microsoft® Internet Explorer favorites.

Syntax

public void ImportExportFavorites(boolean fImport,
java.lang.String strImpExpPath);

Parameters

fImport The VARIANT_BOOL value that specifies if this is an import or export operation. VARIANT_TRUE indicates an import operation, while VARIANT_FALSE indicates an export operation.
strImpExpPath The string value that contains the path to the location of the import or export file.

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