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 for a REINVITE request.
Syntax
typedef enum RTC_REINVITE_STATE {
RTCRIN_INCOMING,
RTCRIN_SUCCEEDED,
RTCRIN_FAIL
} RTC_REINVITE_STATE;
Elements
- RTCRIN_INCOMING
The REINVITE event is incoming.
- RTCRIN_SUCCEEDED
The REINVITE event succeeded.
- RTCRIN_FAIL
The REINVITE event failed.
Requirements
| Header | rtccore.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |