Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
The CURRENCY structure contains a signed 64-bit integer representing a currency value.
Syntax
struct {
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 structure is a scaled integer representation of a decimal number with four digits to the right of the decimal point. For example, a stored value of 327500 represents a currency value of 32.7500.
The CURRENCY structure is used to describe a property of type PT_CURRENCY.
Requirements
| Header | mapidefs.h |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |