IActionProgress::End method (shobjidl_core.h)

Indicates that the action associated with this progress implementation has ended.

Syntax

HRESULT End();

Return value

Type: HRESULT

Return S_OK if successful, or an error value otherwise.

Remarks

This method indicates that the action has finished, and the implementing class should perform cleanup and display results to the user, if applicable.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)
DLL Shobjidl.idl

See also

IActionProgress

IActionProgress::Begin