IRTCSubscriptionStateChangeEvent::get_StatusText (Windows Embedded CE 6.0)

1/6/2010

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