Source position: amigaprinter.pas line 403
type IOPrefsReq = record |
io_Message: tMessage; |
io_Device: pDevice; |
io_Unit: pUnit; |
io_Command: Word; |
io_Flags: Byte; |
io_Error: Byte; |
io_TxtPrefs: pPrinterTxtPrefs; |
io_UnitPrefs: pPrinterUnitPrefs; |
io_DevUnitPrefs: PPrinterDeviceUnitPrefs; |
io_GfxPrefs: pPrinterGfxPrefs; |
end; |