You are reading help file online using chmlib.com
|
ISpSREngineSite::DataAvailable retrieves the amount of data that can be read using ISpSREngineSite::Read without blocking.
This method can only be called while the SR engine is inside a ISpSREngine::RecognizeStream call, although it can be called on any thread.
HRESULT DataAvailable(
ULONG *pcb
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | pcb is a bad write pointer. |
| SPERR_STREAM_NOT_ACTIVE | Method called when engine is not inside RecognizeStream call. |
| FAILED(hr) | Other appropriate error message. |
You are reading help file online using chmlib.com
|