IRTCSessionReferStatusEvent::get_ReferStatus

The get_ReferStatus method returns the status text of the referred session.

HRESULT get_ReferStatus(RTC_SESSION_REFER_STATUS*penReferStatus);

Parameters

  • penReferStatus
    [out] Pointer to an RTC_SESSION_REFER_STATUS enumeration containing the status of the referred session.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The penReferStatus parameter is not a valid pointer.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionReferStatusEvent is defined as 3D8FC2CD-5D76-44AB-BB68-2A80353B34A2.

See Also

IRTCSessionReferStatusEvent, RTC_SESSION_REFER_STATUS, Session Control