UCC_TELEPHONY_DEVICE_SUB_TYPES 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 telephony device subtypes.

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

Syntax

'Declaration
Public Enumeration UCC_TELEPHONY_DEVICE_SUB_TYPES
public enum UCC_TELEPHONY_DEVICE_SUB_TYPES
public enum class UCC_TELEPHONY_DEVICE_SUB_TYPES
public enum UCC_TELEPHONY_DEVICE_SUB_TYPES
public enum UCC_TELEPHONY_DEVICE_SUB_TYPES

Members

Member name Description
UCCTDST_HANDSET A flag to specify that the telephony device is a handset.
UCCTDST_HEADSET A flag to specify that the telephony device is a headset.
UCCTDST_SPEAKERS A flag to specify that the telephony device is a set of speakers.

Remarks

A telephony device can have a handset plus a headset or a set of speakers.

Win32 COM/C++ Syntax

typedef enum UCC_TELEPHONY_DEVICE_SUB_TYPES
{
   UCCTDST_HANDSET = 0x0000001,
   UCCTDST_HEADSET = 0x0000002,
   UCCTDST_SPEAKERS = 0x0000004
};

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