Share via


IWindowsUpdateAgentInfo interface

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

Members

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

  • Methods

Methods

The IWindowsUpdateAgentInfo interface has these methods.

Method Description
GetInfo

Retrieves version information for 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

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

See also

IDispatch