IAutomaticUpdates2 interface (wuapi.h)

Contains the functionality of Automatic Updates.

Inheritance

The IAutomaticUpdates2 interface inherits from IAutomaticUpdates. IAutomaticUpdates2 also has these types of members:

Methods

The IAutomaticUpdates2 interface has these methods.

 
IAutomaticUpdates2::get_Results

Returns a pointer to an IAutomaticUpdatesResults interface.

Remarks

You can create a new instance of this interface by using the AutomaticUpdates coclass. Use the Microsoft.Update.AutoUpdate 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

IAutomaticUpdates