Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.74 KB

nf-wuapi-iupdateinstaller-endinstall.md

File metadata and controls

77 lines (61 loc) · 2.74 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wuapi.IUpdateInstaller.EndInstall
IUpdateInstaller::EndInstall (wuapi.h)
Completes an asynchronous installation of the updates.
EndInstall
EndInstall method [Windows Update Agent]
EndInstall method [Windows Update Agent]
IUpdateInstaller interface
IUpdateInstaller interface [Windows Update Agent]
EndInstall method
IUpdateInstaller.EndInstall
IUpdateInstaller::EndInstall
wua.iupdateinstaller_endinstall
wuapi/IUpdateInstaller::EndInstall
wua\iupdateinstaller_endinstall.htm
wua
7137164c-2b82-48dc-8488-6c8872896a39
12/05/2018
EndInstall, EndInstall method [Windows Update Agent], EndInstall method [Windows Update Agent],IUpdateInstaller interface, IUpdateInstaller interface [Windows Update Agent],EndInstall method, IUpdateInstaller.EndInstall, IUpdateInstaller::EndInstall, wua.iupdateinstaller_endinstall, wuapi/IUpdateInstaller::EndInstall
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Wuguid.lib
Wuapi.dll
Windows
19H1
IUpdateInstaller::EndInstall
wuapi/IUpdateInstaller::EndInstall
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdateInstaller.EndInstall

IUpdateInstaller::EndInstall

-description

Completes an asynchronous installation of the updates.

-parameters

-param value [in]

The IInstallationJob interface that is returned by the BeginInstall method.

-param retval [out]

An IInstallationResult interface that represents the overall result of the installation operation.

-returns

Returns S_OK if successful. Otherwise, returns a COM or Windows

error code.

-remarks

When you use any asynchronous WUA API in your app, you might need to implement a time-out mechanism. For more info about how to perform asynchronous WUA operations, see Guidelines for Asynchronous WUA Operations.

-see-also

IUpdateInstaller