ISpSREngine::SetSite (SAPI 5.4)

Microsoft Speech API 5.4

ISpSREngine::SetSite

ISpSREngine::SetSite sets the ISpSREngineSite interface for the engine to use. The SR engine can call back to SAPI using the methods in the ISpSREngineSite.

  
    HRESULT SetSite(ISpSREngineSite   *pSite
);

Parameters

  • pSite
    Pointer to the ISpEngineSite interface for the engine to use to call back to SAPI.

Return values

Value
S_OK
FAILED(hr)