Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpVoice::GetVoice
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
);
Parameters
- ppToken
[out] Pointer which will be set to point to the current voice's object token.
Return values
Value |
S_OK |
E_POINTER |