IRTCParticipantStateChangeEvent::get_Participant

The get_Participant property returns the Participant object that changed state.

HRESULT get_Participant(IRTCParticipant**ppParticipant);

Parameters

  • ppParticipant
    [out] Pointer to the IRTCParticipant interface on the Participant object that changed state. This call adds a reference to the Participant object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCParticipantStateChangeEvent is defined as 09bcb597-f0fa-48f9-b420-468cea7fde04.

See Also

IRTCParticipantStateChangeEvent, IRTCParticipant