IRTCSessionReferredEvent::SetReferredSessionState (Windows CE 5.0)
This method sets the state of the referred session.
HRESULT SetReferredSessionState(RTC_SESSION_STATEenState);
Parameters
- enState
[in] Pointer to an RTC_SESSION_STATE enumeration value specifying the state to set.
Return Values
This method can return an RTC_E_ constant.
The following table shows an additional possible return value.
Value | Meaning |
---|---|
E_INVALIDARG | The enState parameter is not a valid enumeration value. |
Remarks
This method is a callback used by the recipient to inform the transfer initiator of the state of the newly created session.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCSessionReferredEvent | RTC_SESSION_STATE
Send Feedback on this topic to the authors