IActionProgress::End method
Indicates that the action associated with this progress implementation has ended.
Syntax
HRESULT End();
Parameters
This method has no parameters.
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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: