ITfSpeechUIServer::ShowUI method (ctfspui.h)

Sets the visibility state of the speech-related user interface elements on the TSF language bar.

Syntax

HRESULT ShowUI(
  [in] BOOL fShow
);

Parameters

[in] fShow

Specifies whether to show (TRUE) or not show (FALSE) the speech-related user interface elements.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

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