AddWordsToWordList function
Adds one or more words to the word list.
Syntax
HRESULT WINAPI 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 only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
See also
Show: