Hello,
In a file system filter, is it safe and accurate to get an open
file’s logical size (the size the user sees) from
FSRTL_COMMON_FCB_HEADER.FileSize instead of querying for
FILE_STANDARD_INFORMATION and using FILE_STANDARD_INFORMATION.EndOfFile?
Will the value be the same in every case and can I always depend on the
common FCB header being present for an open file?
Thanks,
Joel