Source position: jwawinnls.pas line 1286
type _currencyfmtW = record |
NumDigits: UINT; |
LeadingZero: UINT; |
Grouping: UINT; |
lpDecimalSep: LPWSTR; |
lpThousandSep: LPWSTR; |
NegativeOrder: UINT; |
PositiveOrder: UINT; |
lpCurrencySymbol: LPWSTR; |
end; |