Windows kernel mini redirector: Handle |FileNormalizedNameInformation| like |FileNameInformation|?

48 Views Asked by At

We're working on a Windows minirdr-based NFSv4 driver.

Since NFSv4 has no concept of "short filenames", can |FileNormalizedNameInformation| be handled like |FileNameInformation| (see https://github.com/Microsoft/Windows-driver-samples/blob/main/filesys/fastfat/fileinfo.c) ?

Are there any other differences ?

0

There are 0 best solutions below