ISpVoice::SpeakCompleteEvent

This method returns an event handle that is signaled when the voice has completed speaking all pending requests. This is similar to the functionality provided by ISpVoice::WaitUntilDone, but allows the caller to wait on the event handle.

[local] HANDLE SpeakCompleteEvent(void);

Parameters

None.

Return Values

The following table shows the possible return values.

Value Description
Event Handle For WAIT operation.

Remarks

The caller should not call CloseHandle, nor should the caller ever use the handle after releasing the COM reference to this voice.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.

See Also

ISpVoice | SAPI Interfaces

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.