IRTCPresenceStatusEvent::get_StatusText

The get_StatusText property returns the status text associated with the status code.

HRESULT get_StatusText(BSTR*pbstrStatusText);

Parameters

  • pbstrStatusText
    [out] Pointer to a BSTR containing the status text associated with the status code.

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_OUT_OF_MEMORY Insufficient memory to perform this operation.
RTC_E_PLATFORM_NOT_SUPPORTED The platform must be Windows 2000 or above.

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_IRTCPresenceStatusEvent is defined as 78673F32-4A0F-462c-89AA-EE7706707678.

See Also

IRTCPresenceStatusEvent