ITParticipantEvent::get_Event method

[get_Event 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_Event method gets a PARTICIPANT_EVENT descriptor of the type of event that has occurred.

Syntax

HRESULT get_Event(
  [out] PARTICIPANT_EVENT *pParticipantEvent
);

Parameters

pParticipantEvent [out]

Pointer to a PARTICIPANT_EVENT descriptor of the event.

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.
E_POINTER
The pParticipantEvent 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

PARTICIPANT_EVENT