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 |
---|---|---|
Read-only |
Gets a Boolean value that indicates whether the service can register with Automatic Updates. |
|
Read-only |
Gets an SHA-1 hash of the certificate that is used to sign the contents of the service. |
|
Read-only |
Gets the date on which the authorization cabinet file expires. |
|
Read-only |
Gets a Boolean value that indicates whether a service is a managed service. |
|
Read-only |
Gets a Boolean value that indicates whether a service is registered with Automatic Updates. |
|
Read-only |
Gets a Boolean value that indicates whether a service is based on a scan package. |
|
Read-only |
Gets the date on which the authorization cabinet file was issued. |
|
Read-only |
Gets the name of the service. |
|
Read-only |
Gets a Boolean value indicates whether the current service offers updates from Windows Updates. |
|
Read-only |
Gets the URL for the redirector cabinet file. |
|
Read-only |
Gets the identifier for a service. |
|
Read-only |
Gets the URL for the service. |
|
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 |