You are reading help file online using chmlib.com
|
ISpSREngine::OnCreateRecoContext notifies the engine that a recognition context is being created.
HRESULT OnCreateRecoContext(
SPRECOCONTEXTHANDLE hSAPIRecoContext,
void **ppvEngineContext
);
Value | Description |
---|---|
NOERROR | No error is possible with this function. |
Each application connected with the SR engine can have one or more recognition contexts. The engine can associate a pointer with each recognition context that is then passed back to the engine in other methods using this context.
You are reading help file online using chmlib.com
|