ISpTTSEngineSite::CompleteSkip

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

ISpTTSEngineSite::CompleteSkip

ISpTTSEngineSite::CompleteSkip notifies the SpVoice object that the last skip request has been completed and to pass it the results.

HRESULT CompleteSkip(
   long   lNumSkipped
);

Parameters

lNumSkipped
[in] Specifies the number of items that actually were skipped. It is invalid to skip more items than were requested.

Return values

Value Description
E_INVALIDARG Engine skipped more items than requested.
S_OK Function completed successfully.