RTC_SESSION_REFER_STATUS
The RTC_SESSION_REFER_STATUS enumeration defines various states that can occur when one client is referring another.
typedef enum
{
RTCSRS_REFERRING,
RTCSRS_ACCEPTED,
RTCSRS_ERROR,
RTCSRS_REJECTED,
RTCSRS_DROPPED,
RTCSRS_DONE
} RTC_SESSION_REFER_STATUS;
Constants
- 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
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.