Source position: jwawinnls.pas line 1216
type _numberfmtA = record
NumDigits: UINT;
LeadingZero: UINT;
Grouping: UINT;
lpDecimalSep: LPSTR;
lpThousandSep: LPSTR;
NegativeOrder: UINT;
end;