ISystemInformation interface (wuapi.h)
Contains information about the specified computer. This information is relevant to the Windows Update Agent (WUA).
Inheritance
The ISystemInformation interface inherits from the IDispatch interface.
Methods
The ISystemInformation interface has these methods.
ISystemInformation::get_OemHardwareSupportLink Gets a hyperlink to technical support information for OEM hardware. |
ISystemInformation::get_RebootRequired Gets a Boolean value that indicates whether a system restart is required to complete the installation or uninstallation of one or more updates. |
Remarks
You can create an instance of this interface by using the SystemInformation coclass. Use the Microsoft.Update.SystemInfo program identifier to create the object.
Requirements
Requirement | Value |
---|---|
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] |
Target Platform | Windows |
Header | wuapi.h |