|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CURRENCYFMT
The CURRENCYFMT structure contains information that defines the format of a currency string. The GetCurrencyFormat function uses this information to customize a currency string for a specified locale.
typedef struct _currencyfmt { UINT NumDigits; UINT LeadingZero; UINT Grouping; LPTSTR lpDecimalSep; LPTSTR lpThousandSep; UINT NegativeOrder; UINT PositiveOrder; LPTSTR lpCurrencySymbol; } CURRENCYFMT;
Members
NumDigits
Specifies the number of fractional digits. This is equivalent to the locale information specified by the LCTYPE constant value LOCALE_IDIGITS.
LeadingZero
Specifies whether to use leading zeroes in decimal fields. This is equivalent to the locale information specified by the LCTYPE constant value LOCALE_ILZERO.
Grouping
Specifies the size of each group of digits to the left of the decimal. Values in the range 0 - 9 are valid.
lpDecimalSep
Points to a null-terminated decimal separator string.
lpThousandSep
Points to a null-terminated thousand separator string.
NegativeOrder
Specifies the negative currency mode. This is equivalent to the locale information specified by the LCTYPE constant value LOCALE_INEGCURR.
PositiveOrder
Specifies the positive currency mode. This is equivalent to the locale information specified by the LCTYPE constant value LOCALE_ICURRENCY.
lpCurrencySymbol
Points to a null-terminated currency symbol string.
Remarks
For more information about the LCTYPE constants, see LCTYPE Constants.
See Also
GetCurrencyFormat
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CURRENCYFMT
Структура CURRENCYFMT содержит информацию, которая определяет формат валютной строки. Функция GetCurrencyFormat использует эту информацию, чтобы модифицировать по заказу пользователя валютную строку для определенного места действия.
typedef struct _currencyfmt { UINT NumDigits; UINT LeadingZero; ГРУППИРОВАНИЕ UINT; LPTSTR lpDecimalSep; LPTSTR lpThousandSep; UINT NegativeOrder; UINT PositiveOrder; LPTSTR lpCurrencySymbol; } CURRENCYFMT;
Участники
NumDigits
Определяет количество дробных цифр. Это - эквивалент месту действия информации определенный постоянной величиной LCTYPE LOCALE_IDIGITS.
LeadingZero
Определяет использовать подачу нулей в десятичных областях. Это - эквивалент месту действия информации определенный постоянной величиной LCTYPE LOCALE_ILZERO.
Группирование
Определяет размер каждой группы цифр налево десятичного. Величины в дипазоне 0 - 9 в силе.
lpDecimalSep
Точки на недействительный расторгнутую десятичную строку разделителя.
lpThousandSep
Точки на недействительный расторгнутую тысячную строку разделителя.
NegativeOrder
Определяет отрицательный валютный режим. Это - эквивалент месту действия информации определенный постоянной величиной LCTYPE LOCALE_INEGCURR.
PositiveOrder
Определяет положительный валютный режим. Это - эквивалент месту действия информации определенный постоянной величиной LCTYPE LOCALE_ICURRENCY.
lpCurrencySymbol
Точки на недействительный расторгнутую валютную символьную строку.
Замечания
Более подробно о константах LCTYPE, смотри Константы LCTYPE.
Смотри Также
GetCurrencyFormat
|
|
|
|