MVI_PROP

4/8/2010

The MVI_PROP macro sets the MVI_FLAG for a specified property.

Syntax

MVI_PROP (tag)

Parameters

  • tag
    The property tag to be modified.

Remarks

The MVI_FLAG combines the setting of MV_FLAG, identifying a property as multivalued, and MV_INSTANCE, requesting that a multivalued property be displayed in a table in multiple rows. The property type of the affected property is modified, but the identifier remains unchanged.

For example, when the MVI_PROP macro is applied to a property of type PT_FLOAT, its type is changed to PT_MV_FLOAT. When included in a table, multiple rows, with one row for each value, are used to represent the property. The properties for the other columns are repeated.

Requirements

Header mapidefs.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Macros
SPropValue

Other Resources

Messaging