Hi FSD’ers -
Newbie here, so please excuse me, but I’m perplexed.
My FSD gets an IRP where ((PIO_STACK_LOCATION)
Request)->Parameters.QueryVolume.FsInformationClass = 7), (apparently a
request for quota information?).
I fail it now with STATUS_INVALID_PARAMETER, but I think I should not do
that; instead I’d like to finish it with STATUS_SUCCESS, but I’m not sure
of the consequences. I don’t need quotas, I think.
Anyone have any thoughts on this? What are quotas? What good are they?
Can I sort of ignore them by just finishing the IRP with STATUS_SUCCESS?
OSR’s book (Windows NT Device Driver Development) and Rajeev Nagar’s book
(File System Internals) has nothing on this that I could find.
Thanks - Greg
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com