Hi,
Is there any other way of reporting file size change other then IRP_MJ_SET_INFORMATION? When i open a file with notepad and perform a write i get a IRP_MJ_SET_INFORMATION where i can perform some operation on the filesize. But when i open the same file using word pad i dont see any IRP_MJ_SET_INFORMATION being passed to my filter. The value of the FCB Header though is changed when i check it to the correct size. Can anyone tell me what is the reason for this? Do i have to catch some other IRP for file size changes or directly manipulate the FCB header.
Thanks
Suhail