Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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 |