IUpdateServiceManager Interface

The IUpdateServiceManager interface adds or removes the registration of the update service with Windows Update Agent or Automatic Updates.

Methods

The IUpdateServiceManager interface inherits the methods of the IDispatch interface.

In addition, IUpdateServiceManager defines the following methods.

MethodDescription

AddScanPackageService

Registers a scan package as a service with Windows Update Agent (WUA) and then returns an IUpdateService interface.

AddService

Registers a service with WUA.

RegisterServiceWithAU

Registers a service with Automatic Updates.

RemoveService

Removes a service registration from WUA.

SetOption

Sets options for the object that specifies the service ID, and whether to display a warning when changing the registration of Automatic Updates.

UnregisterServiceWithAU

Unregisters a service with Automatic Updates.

 

Properties

The IUpdateServiceManager interface defines the following property.

PropertyAccess typeDescription

Services

Read-only

Contains an IUpdateServiceCollection of the services that are registered with WUA.

 

Remarks

You can create an instance of this interface by using the UpdateServiceManager coclass. Use the Microsoft.Update.ServiceManager program identifier to create the object.

Requirements

Minimum supported clientWindows XP, Windows 2000 Professional with SP3
Minimum supported serverWindows Server 2003, Windows 2000 Server with SP3
HeaderWuapi.h
IDLWuapi.idl
LibraryWuguid.lib
DLLWuapi.dll
IIDIID_IUpdateServiceManager is defined as 23857E3C-02BA-44A3-9423-B1C900805F37

Send comments about this topic to Microsoft

Build date: 10/23/2009

Tags :


Page view tracker