Tech Support > Microsoft Windows > Drivers > Re: How detect ZwWriteFile failure?
Re: How detect ZwWriteFile failure?
Posted by Maxim S. Shatskih on May 11th, 2004


Why not use NdisMWriteLog and do the file work from user mode?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Posted by Hannes on May 11th, 2004


That is a good suggestion, except for that I am also writing other files to disk and so need a more generic way of dealing with files, not just log files. Also, my intermediate driver has no matching user spave process to assist in logging

Thanks

/ Hannes.


Similar Posts