ITransferAdviseSink interface
Exposes methods supporting status collection and failure information.
Members
The ITransferAdviseSink interface inherits from the IUnknown interface. ITransferAdviseSink also has these types of members:
Methods
The ITransferAdviseSink interface has these methods.
| Method | Description |
|---|---|
| ConfirmEncryptionLoss |
Displays a message to the user confirming that loss of encryption is acceptable for this operation. |
| ConfirmOverwrite |
Displays a message to the user confirming that overwriting existing items is acceptable. |
| FileFailure |
Called when there is a failure and user interaction is needed. |
| PropertyFailure |
Called when there is a failure that involves file properties and user interaction is needed. |
| SubStreamFailure |
Called when there is a failure that involves secondary streams and user interaction is needed. |
| UpdateProgress |
Updates the transfer progress status in the UI. |
| UpdateTransferState |
Updates the transfer state. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also