ITPhone ::p ut_ButtonText, méthode (tapi3if.h)

La méthode put_ButtonText définit le texte du bouton.

Syntaxe

HRESULT put_ButtonText(
  [in] long lButtonID,
  [in] BSTR bstrButtonText
);

Paramètres

[in] lButtonID

Identificateur de bouton.

[in] bstrButtonText

Représentation BSTR du texte du bouton.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Plateforme cible Windows
En-tête tapi3if.h (inclure Tapi3.h)
Bibliothèque Uuid.lib
DLL Tapi3.dll

Voir aussi

ITPhone

get_ButtonText