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 |
|---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
Cannot allocate memory to complete the operation. |
|
An unspecified error occurred. |
|
An exception occurred inside the method. |
Requirements
| 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 |