Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 3.76 KB

nf-wuapi-iupdate-get_uninstallationsteps.md

File metadata and controls

68 lines (57 loc) · 3.76 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.IUpdate.get_UninstallationSteps
IUpdate::get_UninstallationSteps (wuapi.h)
Gets an interface that contains the uninstallation steps for the update.
IUpdate interface [Windows Update Agent]
UninstallationSteps property
IUpdate.UninstallationSteps
IUpdate.get_UninstallationSteps
IUpdate::UninstallationSteps
IUpdate::get_UninstallationSteps
UninstallationSteps property [Windows Update Agent]
UninstallationSteps property [Windows Update Agent]
IUpdate interface
get_UninstallationSteps
wua.iupdate_uninstallationsteps
wuapi/IUpdate::UninstallationSteps
wuapi/IUpdate::get_UninstallationSteps
wua\iupdate_uninstallationsteps.htm
wua
f112ce5b-9f94-4fdc-96d8-1f216e3729d0
12/05/2018
IUpdate interface [Windows Update Agent],UninstallationSteps property, IUpdate.UninstallationSteps, IUpdate.get_UninstallationSteps, IUpdate::UninstallationSteps, IUpdate::get_UninstallationSteps, UninstallationSteps property [Windows Update Agent], UninstallationSteps property [Windows Update Agent],IUpdate interface, get_UninstallationSteps, wua.iupdate_uninstallationsteps, wuapi/IUpdate::UninstallationSteps, wuapi/IUpdate::get_UninstallationSteps
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
IUpdate::get_UninstallationSteps
wuapi/IUpdate::get_UninstallationSteps
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdate.UninstallationSteps
IUpdate.get_UninstallationSteps

IUpdate::get_UninstallationSteps

-description

Gets an interface that contains the uninstallation steps for the update.

This property is read-only.

-parameters

-remarks

If the IUpdateSearcher interface is created by using the IUpdateSession::CreateUpdateSearcher method, the information that this property returns is for the language that is specified by the UserLocale property. This is the UserLocale property of the IUpdateSession2 interface of the session that is used to create IUpdateSearcher.

If a language preference is not specified by the UserLocale property of IUpdateSession2, or if the IUpdateSearcher interface is not created by using IUpdateSession::CreateUpdateSearcher, the information that is returned by this property is for the default user interface (UI) language of the user. If the default UI language of the user is unavailable, Windows Update Agent (WUA) uses the default UI language of the computer. If the default language of the computer is unavailable, WUA uses the language that the provider of the update recommends.

-see-also

IUpdate