FILE_ID_INFORMATION fileIdInformation;
status = FltQueryInformationFile(Data->Iopb->TargetInstance,
Data->Iopb->TargetFileObject,
&fileIdInformation,
sizeof(FILE_ID_INFORMATION),
FileIdInformation,
NULL);
I am attaching to the NTFS volume at the standart continoous backup fs minifilter altitude. For the files located on the CSV path i got always STATUS_INVALID_PARAMETER on FltQueryInformationFile…
the same with code:
FILE_INTERNAL_INFORMATION fileInternalInformation;
status = FltQueryInformationFile( Instance,
FileObject,
&fileInternalInformation,
sizeof(FILE_INTERNAL_INFORMATION),
FileInternalInformation,
NULL );
That happens only for csv path files… why and how to get file system id for csv files?