Skip to content

Latest commit

 

History

History
210 lines (198 loc) · 5.91 KB

ne-wuapi-updatelockdownoption.md

File metadata and controls

210 lines (198 loc) · 5.91 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
NE:wuapi.tagUpdateLockdownOption
UpdateLockdownOption (wuapi.h)
Defines the functionality that the Windows Update Agent (WUA) object can access from Windows Update.
UpdateLockdownOption
UpdateLockdownOption enumeration [Windows Update Agent]
uloForWebsiteAccess
wua.updatelockdownoption
wuapi/UpdateLockdownOption
wuapi/uloForWebsiteAccess
wua\updatelockdownoption.htm
wua
6e664485-d26f-4702-9190-9440b13c60b5
12/05/2018
UpdateLockdownOption, UpdateLockdownOption enumeration [Windows Update Agent], uloForWebsiteAccess, wua.updatelockdownoption, wuapi/UpdateLockdownOption, wuapi/uloForWebsiteAccess
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
Windows
UpdateLockdownOption
19H1
tagUpdateLockdownOption
wuapi/tagUpdateLockdownOption
UpdateLockdownOption
wuapi/UpdateLockdownOption
c++
APIRef
kbSyntax
HeaderDef
Wuapi.h
UpdateLockdownOption

UpdateLockdownOption enumeration

-description

Defines the functionality that the Windows Update Agent (WUA) object can access from Windows Update.

-enum-fields

-field uloForWebsiteAccess:0x1

If access is from Windows Update, restrict access to the WUA interfaces that implement the IUpdateLockdown interface.

-remarks

In the following table, the first column lists the interfaces that implement the IUpdateLockdown interface. The second column lists the methods and properties that are restricted by the WUA interfaces when a value is specified for uloForWebsiteAccess.

WUA object Restricted methods and properties
IAutomaticUpdates
Pause
Resume
IAutomaticUpdatesSettings
Save
IUpdate
AcceptEula
CopyFromCache
CopyToCache
IUpdateDownloader
Download
BeginDownload
EndDownload
IsForced (cannot set)
IUpdateInstaller
BeginInstall
BeginUninstall
EndInstall
EndUninstall
Install
IsForced (cannot set)
Uninstall
IUpdateServiceManager
AddScanPackageService
RemoveService
SetOption
IWebProxy
Address (cannot set)
AutoDetect (cannot set)
BypassList (cannot set)
BypassProxyOnLocal (cannot set)
SetPassword
UserName (cannot set)

-see-also

IUpdateLockdown::LockDown