IHelpFilter::AddRange method

method AddRange - Adds a criteria key and matching range of values to the filter list

Syntax

HRESULT AddRange(
  [in] BSTR      key,
  [in] SAFEARRAY BSTR
);

Parameters

key [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

IHelpFilter