Reparse point Tag return via EaSize.

Hi,

When enumerating files in a directory (IRP_MJ_DIRECTORY_CONTROL) on NTFS, if information class FileFullDirectoryInformation is specified. On success, if FileAttributes is set to FILE_ATTRIBUTE_REPARSE_POINT, Easize holds the reparse point tag value.

If I specified FileIdFullDirectoryInformation class, does EaSize will have RP tag, if FILE_ATTRIBUTE_REPARSE_POINT flag set in file attribute? OR it is safe to rely on the tag return via EaSize for class information FileIdFullDirectoryInformation?

Thanks,
Kishor.