[This is preliminary documentation and subject to change.]
Returns the current path of a link source using the track file object created by the ITrackFile::CreateFromPath method.
HRESULT Resolve(
DWORD * pcbPath, //Size of buffer
OLECHAR * poszPath, //Buffer that receives path
DWORD dwMillisecondTimeout //Timeout
);
This method returns the current path of a link source. This method can only be called after first calling ITrackFile::CreateFromPath, or after loading a previously stored link using an IPersist interface.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in trkcom.h.
ITrackFile::CreateFromPath, IPersistStream, IPersistMemory