The SCurrencyArray structure contains an array of currency values used to describe a property of type PT_MV_CURRENCY.
Header file: | MAPIDEFS.H |
typedef struct _SCurrencyArray
{
ULONG cValues;
CURRENCY FAR *lpcur;
} SCurrencyArray;
For more information on PT_MV_CURRENCY, see List of Property Types.