Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.79 KB

nf-wuapi-iupdateinstaller-enduninstall.md

File metadata and controls

77 lines (61 loc) · 2.79 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.EndUninstall
IUpdateInstaller::EndUninstall (wuapi.h)
Completes an asynchronous uninstallation of the updates.
EndUninstall
EndUninstall method [Windows Update Agent]
EndUninstall method [Windows Update Agent]
IUpdateInstaller interface
IUpdateInstaller interface [Windows Update Agent]
EndUninstall method
IUpdateInstaller.EndUninstall
IUpdateInstaller::EndUninstall
wua.iupdateinstaller_enduninstall
wuapi/IUpdateInstaller::EndUninstall
wua\iupdateinstaller_enduninstall.htm
wua
a035f566-7ec6-41d5-b5b4-69c2acaa8aae
12/05/2018
EndUninstall, EndUninstall method [Windows Update Agent], EndUninstall method [Windows Update Agent],IUpdateInstaller interface, IUpdateInstaller interface [Windows Update Agent],EndUninstall method, IUpdateInstaller.EndUninstall, IUpdateInstaller::EndUninstall, wua.iupdateinstaller_enduninstall, wuapi/IUpdateInstaller::EndUninstall
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::EndUninstall
wuapi/IUpdateInstaller::EndUninstall
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdateInstaller.EndUninstall

IUpdateInstaller::EndUninstall

-description

Completes an asynchronous uninstallation of the updates.

-parameters

-param value [in]

The IInstallationJob interface that the BeginUninstall method returns.

-param retval [out]

An IInstallationResult interface that represents the overall result of an uninstallation 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