SDoubleArray
Applies to: Outlook 2013 | Outlook 2016
Contains an array of doubles used to describe a property of type PT_MV_DOUBLE.
Property | Value |
---|---|
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 about PT_MV_DOUBLE, see List of Property Types.