ReactOS 0.4.16-dev-905-gc1b8c4f
|
#include <winnls.h>
Public Attributes | |
UINT | NumDigits |
UINT | LeadingZero |
UINT | Grouping |
LPWSTR | lpDecimalSep |
LPWSTR | lpThousandSep |
UINT | NegativeOrder |
UINT | PositiveOrder |
LPWSTR | lpCurrencySymbol |
UINT _currencyfmtW::Grouping |
Definition at line 616 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
UINT _currencyfmtW::LeadingZero |
Definition at line 615 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
LPWSTR _currencyfmtW::lpCurrencySymbol |
Definition at line 621 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
LPWSTR _currencyfmtW::lpDecimalSep |
Definition at line 617 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
LPWSTR _currencyfmtW::lpThousandSep |
Definition at line 618 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
UINT _currencyfmtW::NegativeOrder |
Definition at line 619 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
UINT _currencyfmtW::NumDigits |
Definition at line 614 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), UpdateLocaleSample(), and VarFormatCurrency().
UINT _currencyfmtW::PositiveOrder |
Definition at line 620 of file winnls.h.
Referenced by InitCurrencyNegativeFormats(), InitCurrencyPositiveFormats(), InitDigitGroupCB(), NLS_GetFormats(), UpdateExamples(), and UpdateLocaleSample().