ITfSpeechUIServer::Initialize method (ctfspui.h)

Initializes the speech-related user interface elements on the TSF language bar.

Syntax

HRESULT Initialize();

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

Remarks

The standard speech text service usually initializes the speech-related user interface on the TSF language bar. When a TSF-enabled application, that does not use the speech text service, requires use of the ITfSpeechUIServer interface, it initializes the user interface with this method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctfspui.h (include Ctfutb.h)
DLL Sptip.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfSpeechUIServer