ITPhone::get_PhoneCapsLong méthode (tapi3if.h)

La méthode get_PhoneCapsLong obtient une fonctionnalité DWORD du téléphone, en fonction de l’énumération PHONECAPS_LONG passée. L’application n’a pas besoin d’appeler ITPhone::Open avant d’exécuter cette méthode.

Syntaxe

HRESULT get_PhoneCapsLong(
  [in]  PHONECAPS_LONG pclCap,
  [out] long           *plCapability
);

Paramètres

[in] pclCap

Descripteur PHONECAPS_LONG pour la fonctionnalité de téléphone.

[out] plCapability

Valeur de capacité.

Valeur retournée

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

Spécifications

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

Voir aussi

ITPhone

PHONECAPS