SShortArray

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains an array of unsigned integer values that are used to describe a property of type PT_MV_SHORT.

Header file:

Mapidefs.h

typedef struct _SShortArray
{
  ULONG cValues;
  short int FAR *lpi;
} SShortArray;

Members

  • cValues
    Count of values in the array pointed to by the lpi member.

  • lpi
    Pointer to an array of unsigned integer values.

Remarks

For more information about PT_MV_SHORT and other property types, see Property Types.

See Also

Reference

SPropValue

Concepts

MAPI Structures