Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds or removes the registration of the update service with Windows Update Agent or Automatic Updates.
Members
The IUpdateServiceManager interface inherits from the IDispatch interface. IUpdateServiceManager also has these types of members:
- Methods
- Properties
Methods
The IUpdateServiceManager interface has these methods.
| Method | Description |
|---|---|
| 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 has these properties.
| Property | Access type | Description |
|---|---|---|
Read-only |
Gets 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 client |
Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server |
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header |
Wuapi.h |
IDL |
Wuapi.idl |
Library |
Wuguid.lib |
DLL |
Wuapi.dll |
IID |
IID_IUpdateServiceManager is defined as 23857E3C-02BA-44A3-9423-B1C900805F37 |