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

tPrinterData

Declaration

Source position: prtbase.pas line 97

type tPrinterData = record

  pd_Device: tDeviceData;

  pd_Unit: tMsgPort;

  pd_PrinterSegment: LongInt;

  pd_PrinterType: Word;

  pd_SegmentData: Pointer;

  pd_PrintBuf: Pointer;

  pd_PWrite: Pointer;

  pd_PBothReady: Pointer;

  pd_ior0: record

    case LongInt of

      0: (

          pd_p0: tIOExtPar;

        );

      1: (

          pd_s0: TIOExtSer;

        );

  end;

  pd_ior1: record

    case LongInt of

      0: (

          pd_p1: tIOExtPar;

        );

      1: (

          pd_s1: TIOExtSer;

        );

  end;

  pd_TIOR: ttimerequest;

  pd_IORPort: tMsgPort;

  pd_TC: tTask;

  pd_OldStk: array [0..(P_OLDSTKSIZE)-1] of Byte;

  pd_Flags: Byte;

  pd_pad: Byte;

  pd_Preferences: tPreferences;

  pd_PWaitEnabled: Byte;

  pd_Flags1: Byte;

  pd_Stk: array [0..(P_STKSIZE)-1] of Byte;

end;


Documentation generated on: 2021-07-30