Source position: lincd.pp line 240
type Tcdrom_generic_command = record |
cmd: array [0..(CDROM_PACKET_SIZE)-1] of Byte; |
buffer: PByte; |
buflen: dword; |
stat: LongInt; |
sense: Prequest_sense; |
data_direction: Byte; |
quiet: LongInt; |
timeout: LongInt; |
reserved: array [0..0] of pointer; |
end; |