IAPCSpeech::AttribGet

This method gets speech related settings.

Syntax

HRESULT IAPCSpeech::AttribGet( DWORD dwAttrib, PDWORD pdwMisc );

Parameters

dwAttrib
An application passes the IVANSAC_TTSPITCH flag to get the current text-to-speech (TTS) pitch.
pdwMisc
Pointer to the DWORD that contains the desired pitch value.

Return Values

An appropriate HRESULT value is returned.

Remarks

The AttribGet and AttribSet methods are now called by the shell and the Control Panel applications. Your application should not call them.