Partager via


structure TF_LBBALLOONINFO (ctfutb.h)

La structure TF_LBBALLOONINFO contient des informations sur un élément de bulle de barre de langue.

Syntaxe

typedef struct TF_LBBALLOONINFO {
  TfLBBalloonStyle style;
  BSTR             bstrText;
} TF_LBBALLOONINFO;

Membres

style

Contient l’une des valeurs TfLBBalloonStyle qui spécifient le type de bulle à afficher.

bstrText

Contient un BSTR qui contient la chaîne de la bulle. Cette chaîne doit être allouée à l’aide de la fonction SysAllocString . L’appelant libère cette mémoire tampon quand elle n’est plus nécessaire en appelant SysFreeString.

Configuration requise

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau | Applications UWP]
En-tête ctfutb.h
Composant redistribuable TSF 1.0 sur Windows 2000 Professionnel

Voir aussi

ITfLangBarItemBalloon::GetBalloonInfo

SysAllocString

SysFreeString

TfLBBalloonStyle