IFileDataRetriever2 Interface

Represents the mechanism by which the destination provider retrieves additional file data from the source provider.

Syntax

interface IFileDataRetriever2 : IFileDataRetriever

Members

IFileDataRetriever2 methods

Description

IFileDataRetriever2::GetAbsoluteSourceFilePath

Gets the absolute path of the file.

Remarks

An IFileDataRetriever2 object can be obtained by passing IID_IFileDataRetriever2 to the QueryInterface method of an IFileDataRetriever object.

Requirements

Header: FileSyncProvider.h

See Also

Concepts

Sync Framework File Synchronization Components