ISpSREngine::OnDeleteRecoContext (Windows CE 5.0)
This method informs the SR engine that a speech recognition context is being destroyed. By the time this call is made, all grammars associated with this context will have been deleted.
HRESULT OnDeleteRecoContext( void* pvEngineContext);
Parameters
- pvEngineContext
[in] Pointer to engine data for the context. The pointer is retrieved in a prior call to the ISpSREngine::OnCreateRecoContext method.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors