Share via


IRTCSessionReferStatusEvent::get_StatusText

The get_StatusText method returns the status text for the referred session.

HRESULT get_StatusText(BSTR*pbstrStatusText);

Parameters

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The pbstrStatusText parameter is not a valid pointer.
RTC_E_NOT_EXIST The status text does not exist for this event
E_OUTOFMEMORY Insufficient memory to perform this operation.

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, Session Control