Partager via


ITParticipantEvent::get_Participant, méthode

[get_Participant n’est pas disponible pour une utilisation dans Windows Vista, Windows Server 2008 et les versions ultérieures du système d’exploitation. L’API cliente RTC fournit des fonctionnalités similaires.]

La méthode get_Participant obtient un pointeur vers un tableau d’interfaces ITParticipant représentant les participants impliqués dans l’événement.

Syntaxe

HRESULT get_Participant(
  [out] ITParticipant **ppParticipant
);

Paramètres

ppParticipant [out]

Pointeur vers le tableau d’interfaces ITParticipant .

Valeur retournée

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

Valeur Signification
S_OK
La méthode a réussi.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
TAPI_E_NOITEMS
Aucun participant n’est associé à l’événement.
E_POINTER
Le paramètre ppParticipant n’est pas un pointeur valide.

Spécifications

Condition requise Valeur
Version TAPI
Nécessite TAPI 3.0 ou version ultérieure
En-tête
Confpriv.h
Bibliothèque
Uuid.lib
DLL
Tapi3.dll

Voir aussi

ITParticipantEvent

ITParticipant