Source position: jwawinnls.pas line 1232
type _numberfmtW = record
NumDigits: UINT;
LeadingZero: UINT;
Grouping: UINT;
lpDecimalSep: LPWSTR;
lpThousandSep: LPWSTR;
NegativeOrder: UINT;
end;