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/
Hey,
According to this comment by Neal (from 2003) the fast IO compressed routines (FastIoReadCompressed, FastIoWriteCompressed, MdlReadCompleteCompressed, MdlWriteCompleteCompressed) were not used and file system filters should have provided pass-through logic in case they'll be used in the future. I'm wondering - Is there any file system driver that uses these routines now? Or they were never really used since then? I know that if you write a file system driver you don't need to support these routines (like ntfs, fastfat etc) and modern filters are developed using the filter manager so you don't really have to worried about this "pass-through" logic, But I'm still curious about these routines.
Thanks for your answer:)
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
Sorry, I posted this question in NTDEV and I meant to post it in NTFSD. Can an administrator move it?
Your wish, granted.
Peter
Peter Viscarola
OSR
@OSRDrivers
AFAIK these have never been used. FltMgr still doesn't even provide a way to get these in your minifilter.
-scott
OSR