Platform SDK: MAPI |
The CURRENCY structure contains a signed 64-bit integer representing a currency value.
Header file: | MAPIDEFS.H |
typedef struct tagCY { unsigned long Lo; long Hi; } CURRENCY;
The CURRENCY structure is a scaled integer representation of a decimal number with four digits to the right of the decimal point. A stored value of 327500, for example, is to be construed as representing a currency value of 32.7500.
The CURRENCY structure is used to describe a property of type PT_CURRENCY.