SCurrencyArray
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains an array of currency values that are used to describe a property of type PT_MV_CURRENCY.
Header file: |
Mapidefs.h |
typedef struct _SCurrencyArray
{
ULONG cValues;
CURRENCY FAR *lpcur;
} SCurrencyArray;
Members
cValues
Count of values in the array pointed to by the lpcur member.lpcur
Pointer to an array of CURRENCY structures that contain the currency values.
Remarks
For information about PT_MV_CURRENCY, see List of Property Types.