Partager via


ITAddress::get_State méthode (tapi3if.h)

La méthode get_State obtient l’état actuel de l’adresse dans pAddressState.

Syntaxe

HRESULT get_State(
  [out] ADDRESS_STATE *pAddressState
);

Paramètres

[out] pAddressState

Pointeur vers un membre de ADDRESS_STATE.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Code de retour Description
S_OK
La méthode a réussi.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
E_POINTER
Le paramètre pAddressState n’est pas un pointeur valide.

Configuration requise

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

Voir aussi

ADDRESS_STATE

Objet Address

ITAddress