Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Enumerations
 UpdateLockdownOption Enumeration
UpdateLockdownOption Enumeration

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

Syntax

typedef enum  {
  uloForWebsiteAccess   = 1 
} UpdateLockdownOption;

Constants

uloForWebsiteAccess

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 objectRestricted 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)

 

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3

Header

Wuapi.h

IDL

Wuapi.idl

See Also

IUpdateLockdown::LockDown

 

 

Send comments about this topic to Microsoft

Build date: 7/7/2011

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker