IFileOperationProgressSink::FinishOperations method (shobjidl_core.h)

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

Syntax

HRESULT FinishOperations(
  [in] HRESULT hrResult
);

Parameters

[in] hrResult

Type: 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.

Return value

Type: HRESULT

Not used.

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)