The SDoubleArray structure contains an array of double values used to describe a property of type PT_MV_DOUBLE.
Header file: | MAPIDEFS.H |
typedef struct _SDoubleArray
{
ULONG cValues;
double FAR *lpdbl;
} SDoubleArray;
For more information on PT_MV_DOUBLE, see List of Property Types.