Share via


IUpdateService interface

Contains information about a service that is registered with Windows Update Agent (WUA) or with Automatic Updates.

Members

The IUpdateService interface inherits from the IDispatch interface. IUpdateService also has these types of members:

  • Properties

Properties

The IUpdateService interface has these properties.

Property Access type Description

CanRegisterWithAU

Read-only

Gets a Boolean value that indicates whether the service can register with Automatic Updates.

ContentValidationCert

Read-only

Gets an SHA-1 hash of the certificate that is used to sign the contents of the service.

ExpirationDate

Read-only

Gets the date on which the authorization cabinet file expires.

IsManaged

Read-only

Gets a Boolean value that indicates whether a service is a managed service.

IsRegisteredWithAU

Read-only

Gets a Boolean value that indicates whether a service is registered with Automatic Updates.

IsScanPackageService

Read-only

Gets a Boolean value that indicates whether a service is based on a scan package.

IssueDate

Read-only

Gets the date on which the authorization cabinet file was issued.

Name

Read-only

Gets the name of the service.

OffersWindowsUpdates

Read-only

Gets a Boolean value indicates whether the current service offers updates from Windows Updates.

RedirectUrls

Read-only

Gets the URL for the redirector cabinet file.

ServiceID

Read-only

Gets the identifier for a service.

ServiceUrl

Read-only

Gets the URL for the service.

SetupPrefix

Read-only

Gets the prefix for the setup files.

 

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_IUpdateService is defined as 76B3B17E-AED6-4DA5-85F0-83587F81ABE3

See also

IDispatch