HRECOWORDLIST Handle

An HRECOWORDLIST handle is used to manage a word list you attach to a recognizer context. You use a word list to improve recognition results.

typedef HANDLE HRECOWORDLIST;

Remarks

The following function use an HRECOWORDLIST.

Function Description
AddWordsToWordList Adds one or more words to the word list.
DestroyWordList Destroys the current word list.
MakeWordList Creates a word list.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Recapis.h

See also

SetWordList Function