ISpVoice::GetSyncSpeakTimeout (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.