IRTCSessionReferredEvent::SetReferredSessionState (Windows Embedded CE 6.0)
1/6/2010
This method sets the state of the referred session.
Syntax
HRESULT SetReferredSessionState(
RTC_SESSION_STATE enState
);
Parameters
- enState
[in] Pointer to an RTC_SESSION_STATE enumeration value specifying the state to set.
Return Value
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |