IFileOperationProgressSinkFinishOperations Method
Performs caller-implemented actions after the last operation performed by the call to
IFileOperation is complete.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
void FinishOperations(
HResult result
)
abstract FinishOperations :
result : HResult -> unit
No code example is currently available or this language may not be supported.
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.