Click to Rate and Give Feedback
IUpdateServiceManager Interface

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

Syntax

interface IUpdateServiceManager : IDispatch

Methods

The IUpdateServiceManager interface inherits the methods of the IDispatch interface.

In addition, IUpdateServiceManager defines the following methods.

Method Description

AddScanPackageService

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

AddService

Registers a service with WUA.

RegisterServiceWithAU

Registers a service with Automatic Updates.

RemoveService

Removes a service registration from WUA.

UnregisterServiceWithAU

Unregisters a service with Automatic Updates.

SetOption

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

Properties

The IUpdateServiceManager interface defines the following property.

Property Description

Services

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

Remarks

This interface can be instantiated by using the UpdateServiceManager coclass. Use the program identifier, Microsoft.Update.ServiceManager, to create the object.

Requirements

Client Requires Windows XP or Windows 2000 Professional SP3.
Server Requires Windows Server 2003 or Windows 2000 Server SP3.
Header

Declared in Wuapi.h.

IDL

Declared in Wuapi.idl.

Library

Use Wuguid.lib.

DLL

Requires Wuapi.dll.

IID

IID_IUpdateServiceManager is defined as 23857E3C-02BA-44A3-9423-B1C900805F37.


Send comments about this topic to Microsoft

Build date: 5/15/2008

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