ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <winnls.h>
Public Attributes | |
UINT | NumDigits |
UINT | LeadingZero |
UINT | Grouping |
LPWSTR | lpDecimalSep |
LPWSTR | lpThousandSep |
UINT | NegativeOrder |
UINT _numberfmtW::Grouping |
Definition at line 646 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::LeadingZero |
Definition at line 645 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
LPWSTR _numberfmtW::lpDecimalSep |
Definition at line 647 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
LPWSTR _numberfmtW::lpThousandSep |
Definition at line 648 of file winnls.h.
Referenced by AddCommasW(), FormatInteger(), NLS_GetFormats(), SH_FormatInteger(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::NegativeOrder |
Definition at line 649 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().
UINT _numberfmtW::NumDigits |
Definition at line 644 of file winnls.h.
Referenced by AddCommasW(), NLS_GetFormats(), VarFormatNumber(), and VARIANT_BstrReplaceDecimal().