IRTCBuddyEvent2::StatusText (Windows CE 5.0)
This property gets the status text string of the completed operation.
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 Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCBuddyEvent2::StatusCode | SysFreeString
Send Feedback on this topic to the authors