Tech Support > Microsoft Windows > Drivers > DDK Newbie: Fastes way to check if file or dir
DDK Newbie: Fastes way to check if file or dir
Posted by Soren S. Jorgensen on January 3rd, 2008


Hi,

From a Create callback function in my mini filter driver i need to exclude
everything else than regular files (meaning that i don't need to process dir
files, stream files ect.)

What's the fastes and most efficient way to do that??

Driver needs to be woking to Win2K_SP4 and above

Thanks, SSJ


Posted by Don Burn on January 3rd, 2008


Go ask this on NTFSD at http://www.osronline.com that is the group dedicated
to file system stuff.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply


"Soren S. Jorgensen" <no@spammail.com> wrote in message
news:OfEf6$fTIHA.5400@TK2MSFTNGP04.phx.gbl...



Similar Posts