ISpTTSEngineSite::CompleteSkip (SAPI 5.4)

Microsoft Speech API 5.4

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
E_INVALIDARG
S_OK