ITParticipantEvent::get_Participant method

[get_Participant is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The get_Participant method gets a pointer to an array of ITParticipant interfaces representing the participants involved in the event.

Syntax

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

Parameters

ppParticipant [out]

Pointer to array of ITParticipant interfaces.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
TAPI_E_NOITEMS
There are no participants associated with the event.
E_POINTER
The ppParticipant parameter is not a valid pointer.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

ITParticipantEvent

ITParticipant