CURRENCY

The CURRENCY structure contains a signed 64-bit integer representing a currency value.

Quick Info

Header file:

MAPIDEFS.H

 

typedef struct tagCY

     unsigned long Lo;

     long     Hi;

} CURRENCY;

 

Members

Lo

Low-order 32 bits of the currency value.

Hi

High-order 32 bits of the currency value.

 

Remarks

The CURRENCY value is construed as a signed decimal number with four digits to the right of the decimal point.

See Also

SPropValue