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.
DestroyRecognizer Function |
Destroys a recognizer.
Syntax
[C++]
HRESULT WINAPI DestroyRecognizer(
HRECOGNIZER hrec
);
Parameters
hrec
[in] Handle to the recognizer.
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
E_POINTER | The parameter is an invalid pointer. |
E_FAIL | An unspecified error occured. |