IWindowsUpdateAgentInfo interface (wuapi.h)

Retrieves information about the version of Windows Update Agent (WUA).

Inheritance

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

Methods

The IWindowsUpdateAgentInfo interface has these methods.

 
IWindowsUpdateAgentInfo::GetInfo

Retrieves version information about Windows Update Agent (WUA).

Remarks

The IWindowsUpdateAgentInfo interface may require you to update WUA. For more information, see Updating Windows Update Agent.

You can create an instance of this interface by using the WindowsUpdateAgentInfo coclass. Use the Microsoft.Update.AgentInfo 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

See also

IDispatch