IFileOperationProgressSinkFinishOperations Method

Performs caller-implemented actions after the last operation performed by the call to IFileOperation is complete.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void FinishOperations(
	HResult result
)

Parameters

result  HResult
The return value of the final operation.

Note that this is not the HResult returned by one of the IFileOperation methods, which simply queue the operations. Instead, this is the result of the actual operation, such as copy, delete, or move.

See Also