DestroyWordList Function
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. |