ReactOS 0.4.16-dev-1457-g02ea0aa
|
#include <winnls.h>
Public Attributes | |
UINT | NumDigits |
UINT | LeadingZero |
UINT | Grouping |
LPWSTR | lpDecimalSep |
LPWSTR | lpThousandSep |
UINT | NegativeOrder |
UINT _numberfmtW::Grouping |
Definition at line 664 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::LeadingZero |
Definition at line 663 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
LPWSTR _numberfmtW::lpDecimalSep |
Definition at line 665 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
LPWSTR _numberfmtW::lpThousandSep |
Definition at line 666 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::NegativeOrder |
Definition at line 667 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::NumDigits |
Definition at line 662 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().