Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration defines possible states that can occur when one client is referring another.
Syntax
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
| Header | rtccore.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |