IRTCSessionCallControl::ReferCookie
This method sets or gets the cookie for a transferred session. The cookie contains information about the referred session from the remote client that initiated the transfer (refer).
HRESULT put_ReferCookie(
BSTR bstrReferCookie
);
HRESULT get_ReferCookie(
BSTR* pbstrReferCookie
);
Parameters
- bstrReferCookie, pbstrReferCookie
[in, out] The cookie for the session. On output, this parameter is a pointer to a BSTR that will be filled with the cookie for the session, 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.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCSessionCallControl::Refer | SysFreeString
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.