ICatalog::Open method

method Open - opens a catalog given a valid catalog directory path and list of prioritized languages for fallback

Syntax

HRESULT Open(
  [in] BSTR      path,
  [in] SAFEARRAY BSTR
);

Parameters

path [in]

BSTR [in]

Return value

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

Requirements

Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
IDL
Windows.Help.Runtime.idl

See also

ICatalog