// 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 referenceNo description available.
The LINK_TRACKING_INFORMATION structure contains the link tracking information of the file.
TypeA 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.
FSCTL_LMR_GET_LINK_TRACKING_INFORMATION