Source position: prefs.pas line 598
type tPrinterUnitPrefs = record
pu_Reserved: array [0..3] of LongInt;
pu_UnitNum: LongInt;
pu_OpenDeviceFlags: LongWord;
pu_DeviceName: array [0..DEVICENAMESIZE-1] of Char;
end;