Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DestroyWordList Function |
Destroys the current word list.
Syntax
[C++]
HRESULT WINAPI DestroyWordList(
HRECOWORDLIST hwl
);
Parameters
hwl
[in] Handle to the word list.
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
E_FAIL | An unspecified error occurred. |
E_POINTER | The pointer to the word list is incorrect. |