ITrackFile

[This is preliminary documentation and subject to change.]

The ITrackFile interface enables applications to track link sources. Using its methods, you can create a track file object that can later be used to track a link source even if the link source has been moved.

When to Implement

Generally, you do not implement this interface. It is implemented by the link-tracking service.

When to Use

Call the methods of this interface to create and track link sources.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

ITrackFile Methods Description
CreateFromPath Creates a link source.
Resolve Returns the current path of a link source using the track file object created by the CreateFromPath method.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in trkcom.h.