TF_LBBALLOONINFO structure (ctfutb.h)
The TF_LBBALLOONINFO structure contains information about a language bar balloon item.
Syntax
typedef struct TF_LBBALLOONINFO {
TfLBBalloonStyle style;
BSTR bstrText;
} TF_LBBALLOONINFO;
Members
style
Contains one of the TfLBBalloonStyle values that specify the type of balloon to display.
bstrText
Contains a BSTR that contains the string for the balloon. This string must be allocated using the SysAllocString function. The caller free this buffer when it is no longer required by calling SysFreeString.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | ctfutb.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |