IHelpFilter::Add method

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

method Add - Adds a filter key/value pair to the filter list.

Syntax

HRESULT Add(
  [in]  BSTR key,
  [in]  SAFEARRAY(BSTR) value
);

Parameters

  • key [in]
    Key name for the filter.

  • value [in]
    Value associated with the key.

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

IHelpFilter

 

 

Build date: 9/7/2011