IRTCRegistrationStateChangeEvent::get_StatusText

The IRTCRegistrationStateChangeEvent::get_StatusText property returns the status text associated with the state change. If no status text is available, the method fails and returns E_FAIL.

HRESULT get_StatusText(BSTR*pbstrStatusText);

Parameters

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

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NOT_EXIST No status text.

Remarks

The text is usually extracted from a SIP response, which is not localized to regional language. Therefore, the text may not be appropriate to display for the user.

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_IRTCRegistrationStateChangeEvent is defined as 62d0991b-50ab-4f02-b948-ca94f26f8f95.

See Also

IRTCRegistrationStateChangeEvent