DestroyContext Function
DestroyContext Function |
Destroys a recognizer context.
Syntax
[C++]
HRESULT WINAPI DestroyContext(
HRECOCONTEXT hrc
);
Parameters
hrc
[in] Handle to the recognizer context.
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
E_INVALIDARG | One of the arguments is invalid. |
E_POINTER | The parameter is an invalid pointer. |