ITfSpeechUIServer::UpdateBalloon method (ctfspui.h)

Sets the style and text of the speech balloon on the TSF language bar.

Syntax

HRESULT UpdateBalloon(
  [in] TfLBBalloonStyle style,
  [in] const WCHAR      *pch,
  [in] ULONG            cch
);

Parameters

[in] style

Contains a TfLBBalloonStyle element that specifies the balloon style.

[in] pch

Pointer to a zero-terminated Unicode string that contains the text to show in the balloon.

[in] cch

Specifies the number of characters in the string of the pch parameter.

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

TfLBBalloonStyle