ISpTTSEngineSite::CompleteSkip
This method notifies the voice that the last skip request has been completed.
HRESULT CompleteSkip(
long ulNumSkipped
);
Parameters
- ulNumSkipped
[in] Number of items that have been skipped. It is invalid to skip more items than were requested.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
E_INVALIDARG | ulNumSkipped is more than number of items requested. |
S_OK | Function completed successfully. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.
See Also
ISpTTSEngineSite | SAPI Interfaces
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.