Share via


IHelpKeywordCollection::Load method

[This documentation is preliminary and is subject to change.]

method Load-Loads the keyword index from the provided filename.

Syntax

HRESULT Load(
  [in]  IHelpCatalog *catalog,
  [in]  BSTR fileName
);

Parameters

  • catalog [in]
    IHelpCatalog interface to associate the keyword collection with.

  • fileName [in]
    string value representing the file path and name to load the keyword index from.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

TBD.

Examples

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Windows.Help.Runtime.idl

See also

IHelpKeywordCollection

 

 

Build date: 9/7/2011