Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
ISpVoice::GetSyncSpeakTimeout
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
);
Parameters
- pmsTimeout
[out] Pointer to a ULONG which receives the timeout interval in milliseconds for synchronous speech operations.
Return values
| Value |
| S_OK |
| E_POINTER |