LINK_TRACKING_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _LINK_TRACKING_INFORMATION {
  LINK_TRACKING_INFORMATION_TYPE Type;
  UCHAR                          VolumeId[16];
} LINK_TRACKING_INFORMATION, *PLINK_TRACKING_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-link_tracking_information)

Description

The LINK_TRACKING_INFORMATION structure contains the link tracking information of the file.

Members

Type

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

VolumeId[16]

An unsigned character array that holds the volume identifier.

Remarks

See also

FSCTL_LMR_GET_LINK_TRACKING_INFORMATION