IRTCReInviteEvent::get_State

The IRTCReInviteEvent::get_State property returns the state of the session reinvite.

HRESULT get_State(RTC_REINVITE_STATE*pState);

Parameters

  • pState
    [out] Pointer to an RTC_REINVITE_STATE enumeration containing the state of the session reinvite.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The pState parameter is not a valid pointer.
RTC_E_PLATFORM_NOT_SUPPORTED The platform must be Windows 2000 or above.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCReInviteEvent is defined as 11558D84-204C-43e7-99B0-2034E9417F7D.

See Also

IRTCReInviteEvent, RTC_REINVITE_STATE