// ntifs.h
typedef enum _LINK_TRACKING_INFORMATION_TYPE {
NtfsLinkTrackingInformation,
DfsLinkTrackingInformation
} LINK_TRACKING_INFORMATION_TYPE, *PLINK_TRACKING_INFORMATION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
A LINK_TRACKING_INFORMATION_TYPE value identifies the type of file system that a file resides on.
NtfsLinkTrackingInformationThe file resides on a distributed file system.
DfsLinkTrackingInformationThe file resides on an NTFS file system.