You are reading help file online using chmlib.com
|
ISpVoice::GetVoice retrieves the object token that identifies the voice currently in use. If there is not a voice currently in use, this method will return the token for the default voice.
HRESULT GetVoice(
ISpObjectToken **ppToken
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppToken is invalid. |
You are reading help file online using chmlib.com
|