ITPhone ::SetDisplay, méthode (tapi3if.h)

La méthode SetDisplay définit ce qui apparaîtra dans une ligne et une colonne données de l’affichage du téléphone.

Syntaxe

HRESULT SetDisplay(
  [in] long lRow,
  [in] long lColumn,
  [in] BSTR bstrDisplay
);

Paramètres

[in] lRow

Afficher la ligne.

[in] lColumn

Afficher la colonne.

[in] bstrDisplay

Représentation BSTR de la valeur à afficher.

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_Display