You are reading help file online using chmlib.com
|
ISpVoice::GetSyncSpeakTimeout retrieves the timeout interval for synchronous speech operations for this voice. For more information on timeouts, see ISpVoice::SetSyncSpeakTimeout.
HRESULT GetSyncSpeakTimeout(
ULONG *pmsTimeout
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pmsTimeout is invalid. |
You are reading help file online using chmlib.com
|