IRTCInfoEvent::get_Info
The get_Info property returns the SIP INFO message sent by the remote user.
HRESULT get_Info(BSTR*pbstrInfo);
Parameters
- pbstrInfo
[out] Pointer to a BSTR where the information text is returned.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The pbstrInfo parameter is not a valid pointer. |
RTC_E_NOT_EXIST | The information 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_IRTCInfoEvent is defined as 4E1D68AE-1912-4f49-B2C3-594FADFD425F.