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.
1/6/2010
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.
Syntax
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 Value
The following table shows the possible return values.
| Value | Description |
|---|---|
S_OK |
Function completed successfully. |
FAILED(hr) |
Appropriate error message. |
Requirements
| Header | sapiddk.h, sapiddk.idl |
| Library | sapilib.lib |
| Windows Embedded CE | Windows CE .NET 4.1 and later |