|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <winnls.h>
Public Attributes | |
| UINT | NumDigits |
| UINT | LeadingZero |
| UINT | Grouping |
| LPWSTR | lpDecimalSep |
| LPWSTR | lpThousandSep |
| UINT | NegativeOrder |
| UINT _numberfmtW::Grouping |
Definition at line 729 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::LeadingZero |
Definition at line 728 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| LPWSTR _numberfmtW::lpDecimalSep |
Definition at line 730 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| LPWSTR _numberfmtW::lpThousandSep |
Definition at line 731 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::NegativeOrder |
Definition at line 732 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::NumDigits |
Definition at line 727 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().