DataBuffer Storage Filter Driver

I did a Storage filter driver and actually i can get all requests (SRB) sent
to the Dvd-Rom. When a request SCSIOP_READ is completed i want to grab the
data coming from the device. Do i just need to extract what’s inside the
DataBuffer in the SCSI_REQUEST_BLOCK ?

Thanks.