LINK_TRACKING_INFORMATION structure (ntifs.h)

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

Syntax

typedef struct _LINK_TRACKING_INFORMATION {
  LINK_TRACKING_INFORMATION_TYPE Type;
  UCHAR                          VolumeId[16];
} LINK_TRACKING_INFORMATION, *PLINK_TRACKING_INFORMATION;

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.

Requirements

Requirement Value
Header ntifs.h

See also

FSCTL_LMR_GET_LINK_TRACKING_INFORMATION