ISpVoice::GetSyncSpeakTimeout

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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 Description
S_OK Function completed successfully.
E_POINTER pmsTimeout is invalid.