UCC_PROPERTY_MASK_INDEX 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 indices indicating the starting bits of the property ID masks.

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

Syntax

'Declaration
Public Enumeration UCC_PROPERTY_MASK_INDEX
public enum UCC_PROPERTY_MASK_INDEX
public enum class UCC_PROPERTY_MASK_INDEX
public enum UCC_PROPERTY_MASK_INDEX
public enum UCC_PROPERTY_MASK_INDEX

Members

Member name Description
UCCPMI_ACCESSIBILITY The accessibility metadata is stored in a single bit located at bit 16.
UCCPMI_CLASS The class metadata takes up 12 bits starting at bit 17.
UCCPMI_ID The ordering of the property ID is stored in bits starting at bit 0.
UCCPMI_TYPE The data type of the property value is stored in five bits starting bit 11.

Remarks

This enumeration type is mainly used to encode the property metadata into the property name (also known as the property identifier or ID).

Win32 COM/C++ Syntax

typedef enum UCC_PROPERTY_MASK_INDEX
{
   UCCPMI_CLASS = 16,
   UCCPMI_ACCESSIBILITY = 15,
   UCCPMI_TYPE = 10,
   UCCPMI_ID = 0
};

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