Share via


IRTCBuddyEvent2::StatusText

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

The get_StatusText method is unsupported in Windows Embedded CE 6.0.

This property gets the status text string of the completed operation.

Syntax

HRESULT get_StatusText 
  BSTR* pbstrStatusText 
);

Parameters

  • pbstrStatusText
    [out] Pointer to a BSTR that will be filled with result status text corresponding to the status code retrieved by IRTCBuddyEvent2::StatusCode, 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

This method can return an RTC_E_ constant. The following table shows additional possible return values.

Value Meaning

E_OUTOFMEMORY

Insufficient memory to perform this operation.

E_POINTER

The pbstrStatusText parameter is not a valid pointer.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IRTCBuddyEvent2::StatusCode

Other Resources

SysFreeString