ITransferDestination interface
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.
Members
The ITransferDestination interface inherits from the IUnknown interface. ITransferDestination also has these types of members:
Methods
The ITransferDestination interface has these methods.
| Method | Description |
|---|---|
| Advise |
Sets up an advisory connection for notifications on the status of file operations. |
| CreateItem |
Creates the specified file. |
| Unadvise |
Terminates an advisory connection. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also