Share via


ISpVoice::Resume (Windows Embedded CE 6.0)

1/6/2010

This method decrements the pause count (which is incremented by ISpVoice::Pause) if the voice is currently paused. If the pause count hits zero, attempts to reclaim the output device and resumes rendering. This method has no effect if the voice was not in a paused state.

Syntax

HRESULT Resume(void);

Parameters

None.

Return Value

The following table shows the possible return values.

Value Description

S_OK

Function completed successfully.

FAILED(hr)

Appropriate error message.

Requirements

Header sapi.h, sapi.idl
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpVoice
SAPI Interfaces