Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Hi experts.
Say we are in a CDROM lower filter and in the completion routine for a SCSI command.
Now where is the SCSI command response data?
Is that in SCSI_REQUEST_BLOCK::DataBuffer ??
should I put the structure pointer in complitionContext and then Obtain SCSI result from there?
Or is it WDF_REQUEST_COMPLETION_PARAMS::Parameters.Others.Argument1?
BTW, really what the heck is with this "no information available at all" I get in the search results for this WDF-SCSI stuff?
Any resource for me to read?
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
The disk class driver makes for very useful and interesting reading.
Please note: The current version of the disk class driver in the published samples is "some revs behind" the actual released version of Windows.
Peter
Peter Viscarola
OSR
@OSRDrivers
Thanks for answering