Source position: prtbase.pas line 42
type tDeviceData = record
dd_Device: tLibrary;
dd_Segment: Pointer;
dd_ExecBase: Pointer;
dd_CmdVectors: Pointer;
dd_CmdBytes: Pointer;
dd_NumCommands: Word;
end;