Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_StatusText property gets the status text string of the 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 IRTCBuddyEvent2::get_StatusCode) is returned. This message will be in the localized language of the server whose response triggered the buddy status event.
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. |
| RTC_E_PLATFORM_NOT_SUPPORTED | The platform must be Windows 2000 or above. |
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_IRTCBuddyEvent2 is defined as 484A7F1E-73F0-4990-BFC2-60BC3978A720.