SCurrencyArray

The SCurrencyArray structure contains a property value of type PT_MV_CURRENCY for use in an SPropValue81C9._8 structure containing information about a multivalued property.

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 CURRENCYL6Z8XZ structures containing the multiple values for the property.

 

Remarks

For more information on PT_MV_CURRENCY, see List of Property Types3.RB9H1.

See Also

PropValue