SDoubleArray

The SDoubleArray structure contains an array of double values used to describe a property of type PT_MV_DOUBLE.

Quick Info

Header file: MAPIDEFS.H

typedef struct _SDoubleArray 
{ 
     ULONG           cValues; 
     double     FAR *lpdbl; 
} SDoubleArray; 
 

Members

cValues
Count of values in the array pointed to by the lpdbl member.
lpdbl
Pointer to an array of double values.

Remarks

For more information on PT_MV_DOUBLE, see List of Property Types.

See Also

SPropValue