[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.
Generally, you do not implement this interface. It is implemented by the link-tracking service.
Call the methods of this interface to create and track link sources.
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. |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in trkcom.h.