You are reading help file online using chmlib.com
|
ISpVoice::Resume sets the output device to the RUN state and resumes rendering.
Decrements the pause count (which is incremented by ISpVoice::Pause) if the voice is currently paused. If the pause count hits zero, Resume attempts to reclaim the output device and resumes rendering. This method has no effect if the voice was not in a paused state.
HRESULT Resume ( void );
None.
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|