I want send Passthrough commands which are 32 byte like Read-32 (SCSI
Block command - section 5.11)
Both SCSI_PASS_THROUGH(defined in ntddscsi.h) and SCSI_REQUEST_BLOCK
(define in srb.h) structures in windows DDK have
UCHAR Cdb[16];
Please let me know how to send 32 byte CDB from windows application.
Regards,
Vijay Anand
"Vijay Anand" wrote:
> .
>