Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A LINK_TRACKING_INFORMATION_TYPE value identifies the type of file system that a file resides on.
Syntax
typedef enum _LINK_TRACKING_INFORMATION_TYPE {
NtfsLinkTrackingInformation,
DfsLinkTrackingInformation
} LINK_TRACKING_INFORMATION_TYPE, *PLINK_TRACKING_INFORMATION_TYPE;
Constants
NtfsLinkTrackingInformation The file resides on a distributed file system. |
DfsLinkTrackingInformation The file resides on an NTFS file system. |
Requirements
Requirement | Value |
---|---|
Header | ntifs.h |