Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors