SDoubleArray
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains an array of doubles used to describe a property of type PT_MV_DOUBLE.
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.