Share via


IRTCRoamingEvent::get_StatusText

The get_StatusText property gets the status text string of the roaming operation that has completed.

HRESULT get_StatusText(BSTR*pbstrStatusText);

Parameters

  • pbstrStatusText
    [out] Pointer to a string value where the result status text (corresponding to the status code returned by IRTCRoamingEvent::get_StatusCode) is returned.

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_IRTCRoamingEvent is defined as 79960a6b-0cb1-4dc8-a805-7318e99902e8.

See Also

IRTCRoamingEvent