|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winnls.h>
Public Attributes | |
| UINT | NumDigits |
| UINT | LeadingZero |
| UINT | Grouping |
| LPWSTR | lpDecimalSep |
| LPWSTR | lpThousandSep |
| UINT | NegativeOrder |
| UINT _numberfmtW::Grouping |
Definition at line 717 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::LeadingZero |
Definition at line 716 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| LPWSTR _numberfmtW::lpDecimalSep |
Definition at line 718 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| LPWSTR _numberfmtW::lpThousandSep |
Definition at line 719 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::NegativeOrder |
Definition at line 720 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
| UINT _numberfmtW::NumDigits |
Definition at line 715 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().