ISpVoice::GetRate (SAPI 5.3)
Microsoft Speech API 5.3
ISpVoice::GetRate
ISpVoice::GetRate retrieves the current base rate (either the default rate or the last value set by ISpVoice::SetRate).
HRESULT GetRate(
long *pRateAdjust
);
Parameters
- pRateAdjust
[out] Pointer to a long which receives the base rate.
Return values
Value |
S_OK |
E_POINTER |