ISpVoice::GetSyncSpeakTimeout (SAPI 5.3)

Microsoft Speech API 5.3

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