LINK_TRACKING_INFORMATION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntifs-link_tracking_information_type)

Description

A LINK_TRACKING_INFORMATION_TYPE value identifies the type of file system that a file resides on.

Constants

NtfsLinkTrackingInformation

The file resides on a distributed file system.

DfsLinkTrackingInformation

The file resides on an NTFS file system.

See also

LINK_TRACKING_INFORMATION