Condividi tramite


Enumerazione UpdateLockdownOption (wuapi.h)

Definisce la funzionalità a cui l'oggetto Windows Update Agent (WUA) può accedere da Windows Update.

Sintassi

typedef enum tagUpdateLockdownOption {
  uloForWebsiteAccess = 0x1
} UpdateLockdownOption;

Costanti

 
uloForWebsiteAccess
Valore: 0x1
Se l'accesso proviene da Windows Update, limitare l'accesso alle interfacce WUA che implementano l'interfaccia IUpdateLockdown.

Commenti

Nella tabella seguente la prima colonna elenca le interfacce che implementano l'interfaccia IUpdateLockdown . La seconda colonna elenca i metodi e le proprietà limitati dalle interfacce WUA quando viene specificato un valore per uloForWebsiteAccess.

Oggetto WUA Metodi e proprietà con restrizioni
IAutomaticUpdates
Sospendi
Riprendi
IAutomaticUpdatesSettings
Salva
IUpdate
AcceptEula
CopyFromCache
CopyToCache
IUpdateDownloader
Scaricare
BeginDownload
EndDownload
IsForced (non è possibile impostare)
IUpdateInstaller
BeginInstall
BeginUninstall
EndInstall
EndUninstall
Installazione
IsForced (non è possibile impostare)
Disinstalla
IUpdateServiceManager
AddScanPackageService
RemoveService
Setoption
Iwebproxy
Indirizzo (non è possibile impostare)
AutoDetect (non è possibile impostare)
BypassList (impossibile impostare)
BypassProxyOnLocal (impossibile impostare)
SetPassword
UserName (non è possibile impostare)

Requisiti

   
Client minimo supportato Windows XP, Windows 2000 Professional con SP3 [solo app desktop]
Server minimo supportato Windows Server 2003, Windows 2000 Server con SP3 [solo app desktop]
Intestazione wuapi.h

Vedi anche

IUpdateLockdown::LockDown