IRTCParticipant::get_UserURI

The get_UserURI property gets the user URI of the participant.

HRESULT get_UserURI(BSTR*pbstrUserURI);

Parameters

  • pbstrUserURI
    [out] Pointer to a BSTR containing the user URI for the participant. The caller is responsible for freeing this memory with SysFreeString.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NOT_EXIST No user URI.

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_IRTCParticipant is defined as ae86add5-26b1-4414-af1d-b94cd938d739.

See Also

IRTCParticipant