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