RTC_SESSION_REFER_STATUS (Windows CE 5.0)
This enumeration defines possible states that can occur when one client is referring another.
typedef enum RTC_SESSION_REFER_STATUS { RTCSRS_REFERRING, RTCSRS_ACCEPTED, RTCSRS_ERROR, RTCSRS_REJECTED, RTCSRS_DROPPED, RTCSRS_DONE } RTC_SESSION_REFER_STATUS;
Elements
- RTCSRS_REFERRING
The client is issuing the referral. - RTCSRS_ACCEPTED
The recipient has accepted the referral. - RTCSRS_ERROR
An error has occurred during referral. - RTCSRS_REJECTED
The recipient has rejected the referral. - RTCSRS_DROPPED
The recipient has dropped the referral. - RTCSRS_DONE
The referral is complete; the recipient has contacted the referred client.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
Send Feedback on this topic to the authors