UCC_OPERATION_CONTEXT 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 the IDs of the extended properties describing a signaling operation.

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

Syntax

'Declaration
Public Enumeration UCC_OPERATION_CONTEXT
public enum UCC_OPERATION_CONTEXT
public enum class UCC_OPERATION_CONTEXT
public enum UCC_OPERATION_CONTEXT
public enum UCC_OPERATION_CONTEXT

Members

Member name Description
UCCOCE_SIGNALING_REQUEST The ID of an extended property of the UCC_SIGNALING_REQUEST_TYPE type indicating the type of a signaling request message.
UCCOCE_SIGNALING_RESPONSE The ID of an extended property of the UCC_SIGNALING_REQUEST_TYPE type indicating the type of a signaling response message.

Remarks

An application can determine the data type and the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_OPERATION_CONTEXT
{
   UCCOCE_SIGNALING_REQUEST = 1 | UCCPCL_OPERATION_CONTEXT | UCCPT_OBJECT,
   UCCOCE_SIGNALING_RESPONSE = 2 | UCCPCL_OPERATION_CONTEXT | UCCPT_OBJECT
};

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