ISpTTSEngineSite::CompleteSkip (Windows Embedded CE 6.0)
1/6/2010
This method notifies the voice that the last skip request has been completed.
Syntax
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 Value
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
Header | sapiddk.h, sapiddk.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |