Preventing the removal of the read-only flag

Hi,
I’m new in the driver development and I was wondering on how to prevent the removal of the files read-only flag from my minifilter driver?

Thanks for your help
Payman

Fail the proper MJ_SET_INFORMATION request with STATUS_ACCESS_DENIED.


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

wrote in message news:xxxxx@ntfsd…
>
> Hi,
> I’m new in the driver development and I was wondering on how to prevent the
removal of the files read-only flag from my minifilter driver?
>
> Thanks for your help
> Payman
>

Thanks Maxim, that fixed the problem.
Payman