SShortArray

The SShortArray structure contains an array of unsigned integer values used to describe a property of type PT_MV_SHORT.

Quick Info

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 on PT_MV_SHORT and other property types, see List of Property Types.

See Also

SPropValue