Share via


ISpTTSEngineSite::CompleteSkip

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

ISpTTSEngineSite
SAPI Interfaces