You are reading help file online using chmlib.com
|
ISpVoice::Skip causes the voice to skip forward or backward the specified number of items within the text of the current speak call.
HRESULT Skip(
WCHAR *pItemType,
long lNumItems,
ULONG *pulNumSkipped
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pItemType is invalid or bad. |
E_POINTER | pulNumSkipped is invalid or bad. |
SPERR_VOICE_PAUSED | Voice is in a paused state and may not be skipped. |
You are reading help file online using chmlib.com
|