Unit 'prtbase' Package
[Overview][Constants][Types][Index] [#amunits]

tPrinterExtendedData

Declaration

Source position: prtbase.pas line 184

type tPrinterExtendedData = record

  ped_PrinterName: STRPTR;

  ped_Init: procedure;

  ped_Expunge: procedure;

  ped_Open: function: LONG;

  ped_Close: procedure;

  ped_PrinterClass: UBYTE;

  ped_ColorClass: UBYTE;

  ped_MaxColumns: UBYTE;

  ped_NumCharSets: UBYTE;

  ped_NumRows: UWORD;

  ped_MaxXDots: ULONG;

  ped_MaxYDots: ULONG;

  ped_XDotsInch: UWORD;

  ped_YDotsInch: UWORD;

  ped_Commands: Pointer;

  ped_DoSpecial: function: LONG;

  ped_Render: function: LONG;

  ped_TimeoutSecs: LongInt;

  ped_8BitChars: Pointer;

  ped_PrintMode: LongInt;

  ped_ConvFunc: Pointer;

  ped_TagList: pTagItem;

  ped_DoPreferences: function: LONG;

  ped_CallErrHook: procedure;

end;


Documentation generated on: 2023-03-18