IInkWordList::Merge method (msinkaut.h)

Merges the specified InkWordList object into this word list.

Syntax

HRESULT Merge(
  [in] IInkWordList *MergeWordList
);

Parameters

[in] MergeWordList

The word list to merge into this word list. Words that already exist in the list are not added.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
E_OUTOFMEMORY
Cannot allocate memory to complete the operation.
E_FAIL
An unspecified error occurred.
E_INK_EXCEPTION
An exception occurred inside the method.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkWordList

InkWordList Class