ISpTTSEngineSite::CompleteSkip (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.