IFileOperationProgressSink::FinishOperations method

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

Syntax


HRESULT FinishOperations(
  [in] HRESULT hrResult
);

Parameters

hrResult [in]

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: