ISpSREngine::OnDeleteRecoContext (SAPI 5.4)

Microsoft Speech API 5.4

ISpSREngine::OnDeleteRecoContext

ISpSREngine::OnDeleteRecoContext notifies the engine that a 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 the engine's data for this context, as returned from a previous call to OnCreateRecoContext.

Return values

Value
S_OK
FAILED(hr)