IRTCInfoEvent::get_InfoHeader
The get_InfoHeader property returns the MIME header with the content type of the SIP INFO message as sent by the remote user.
HRESULT get_InfoHeader(BSTR*pbstrInfoHeader);
Parameters
- pbstrInfoHeader
[out] Pointer to a BSTR where the header is returned.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The pbstrInfoHeader 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.