IHelpCatalog::OpenMshxCatalog method

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

method OpenMshxCatalog -Opens an MSHX catalog given a valid path to the MSHX file.

Syntax

HRESULT OpenMshxCatalog(
  [in]  BSTR path
);

Parameters

  • path [in]
    Full path, including filename, of MSHX file to open.

Return value

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

Remarks

Caller is required to call CloseCatalog when finished. Caller is required to have at least read access to the catalog path.

Examples

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Windows.Help.Runtime.idl

See also

IHelpCatalog

 

 

Build date: 9/7/2011