SCurrencyArray

The SCurrencyArray structure contains an array of currency values used to describe a property of type PT_MV_CURRENCY.

Quick Info

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 containing the currency values.

Remarks

For more information on PT_MV_CURRENCY, see List of Property Types.

See Also

PropValue