IRTCSubscriptionStateChangeEvent::get_StatusText

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method gets status text associated with the status code. The status code is retrieved by IRTCSubscriptionStateChangeEvent::get_StatusCode.

Syntax

HRESULT StatusText(
        BSTR* pbstrText
);

Parameters

  • pbstrText
    [out] Pointer to a BSTR that is filled with the status text, or an empty string if there is no entry. The method allocates the buffer. The caller is responsible for releasing this memory with SysFreeString.

Return Value

RTC methods may return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

IRTCSubscriptionStateChangeEvent