You are reading help file online using chmlib.com
|
ISpVoice::Speak speaks the contents of a text string or file.
HRESULT Speak(
const WCHAR *pwcs,
DWORD dwFlags,
ULONG *pulStreamNumber
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One or more parameters are invalid. |
| E_POINTER | Invalid pointer. |
| E_OUTOFMEMORY | Exceeded available memory. |
| SPERR_INVALID_FLAGS | Invalid flags specified for this operation. |
| SPERR_DEVICE_BUSY | Timeout occurred on synchronous call. |
You are reading help file online using chmlib.com
|