ITransferDestination interface (shobjidl_core.h)

Exposes methods that create a destination Shell item for a copy or move operation. This interface is provided to allow more control over file operations by providing an ITransferDestination::Advise method.

Inheritance

The ITransferDestination interface inherits from the IUnknown interface. ITransferDestination also has these types of members:

Methods

The ITransferDestination interface has these methods.

 
ITransferDestination::Advise

Sets up an advisory connection for notifications on the status of file operations. (ITransferDestination.Advise)
ITransferDestination::CreateItem

Creates the specified file.
ITransferDestination::Unadvise

Terminates an advisory connection. (ITransferDestination.Unadvise)

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

ITransferSource