Partager via


ITParticipantControl::EnumerateParticipants, méthode

[EnumerateParticipants n’est pas disponible 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 EnumerateParticipants énumère les participants associés à la conférence actuelle. Cette méthode est fournie pour les applications C et C++. Les applications clientes Automation, telles que celles écrites en Visual Basic, doivent utiliser la méthode get_Participants .

Syntaxe

HRESULT EnumerateParticipants(
  [out] IEnumParticipant **ppEnumParticipants
);

Paramètres

ppEnumParticipants [out]

Pointeur vers l’interface IEnumParticipant .

Valeur retournée

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

Valeur Signification
S_OK
La méthode a réussi.
E_POINTER
Le paramètre ppEnumParticipants n’est pas un pointeur valide.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.

Notes

TAPI appelle la méthode AddRef sur l’interface IEnumParticipant retournée par ITParticipantControl::EnumerateParticipants. L’application doit appeler Release sur l’interface IEnumParticipant pour libérer les ressources qui lui sont associées.

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

ITParticipantControl

get_Participants

IEnumParticipant

ITParticipant