UCC_SIGNALING_MESSAGE_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates possible subtypes of an IUccSignalingMessage object.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_SIGNALING_MESSAGE_TYPE
public enum UCC_SIGNALING_MESSAGE_TYPE
public enum class UCC_SIGNALING_MESSAGE_TYPE
public enum UCC_SIGNALING_MESSAGE_TYPE
public enum UCC_SIGNALING_MESSAGE_TYPE

Members

Member name Description
UCCSMT_REQUEST A flag to indicate that the signaling message is a SIP request sent by a client to a server.
UCCSMT_RESPONSE A flag to indicate that the signaling message is a SIP response returned to a client by a server.

Remarks

This enumeration type is used in the get_Type method on the IUccSignalingMessage interface. An IUccSignalingMessage object can also be an IUccSignalingRequest or IUccSignalingResponse object, depending on the value returned by the IUccSignalingMessage::get_Type method. The IUccSignalingMessage object can then be cast into IUccSignalingRequest or IUccSignalingResponse. In COM this involves calling QueryInterface on IUccSignalingMessage for IUccSignalingRequest or IUccSignalingResponse.

Win32 COM/C++ Syntax

typedef enum UCC_SIGNALING_MESSAGE_TYPE
{
   UCCSMT_REQUEST,
   UCCSMT_RESPONSE
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace