


TTS_CAPS_T Structure (ttsapi.h)
typedef struct TTS_CAPS_TAG
typedef TTS_CAPS_T * LPTTS_CAPS_T;
The *lpLanguageParamsArray element is a pointer to an array of structures of
type
TTS_AMERICAN_ENGLISH
PROPER_NAME_PRONUNCIATION
{
DWORD dwNumberOfLanguages;
LPLANGUAGE_PARAMS_T lpLanguageParamsArray;
DWORD dwSampleRate;
DWORD dwMinimumSpeakingRate;
DWORD dwMaximumSpeakingRate;
DWORD dwNumberOfPredefinedSpeakers;
DWORD dwCharacterSet;
DWORD Version;
} TTS_CAPS_T;