You are reading help file online using chmlib.com
|
ISpVoice::WaitUntilDone blocks the caller until either the voice has completed speaking or the specified time interval has elapsed.
HRESULT WaitUntilDone(
ULONG msTimeout
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | Wait time interval was exceeded. |
Remarks
This call may be used after a single asynchronous Speak (or SpeakStream) call, or after several calls have been queued. In either case it will return only after all pending calls have been completed (or after the specified time interval has elapsed).
You are reading help file online using chmlib.com
|