AddWordsToWordList function (recapis.h)
Adds one or more words to the word list.
Syntax
HRESULT AddWordsToWordList(
HRECOWORDLIST hwl,
WCHAR *pwcWords
);
Parameters
hwl
Handle to the word list.
pwcWords
Words to add to the word list. Separate words in this list with a \0 character and end the list with two \0 characters. Words that already exist in the list are not added.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An invalid argument was received. |
|
Returned when the word list handle parameter is invalid. |
|
The pointer to the word list is incorrect. |
Requirements
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | recapis.h |