IAutomaticUpdatesSettings2 interface (wuapi.h)

Contains the settings that are available in Automatic Updates.

Inheritance

The IAutomaticUpdatesSettings2 interface inherits from IAutomaticUpdatesSettings. IAutomaticUpdatesSettings2 also has these types of members:

Methods

The IAutomaticUpdatesSettings2 interface has these methods.

 
IAutomaticUpdatesSettings2::CheckPermission

Determines whether a specific user or type of user has permission to perform a selected action.
IAutomaticUpdatesSettings2::get_IncludeRecommendedUpdates

Gets and sets a Boolean value that indicates whether to include optional or recommended updates when a search for updates and installation of updates is performed. (Get)
IAutomaticUpdatesSettings2::put_IncludeRecommendedUpdates

Gets and sets a Boolean value that indicates whether to include optional or recommended updates when a search for updates and installation of updates is performed. (Put)

Remarks

The IAutomaticUpdatesSettings2 interface may require you to update the Windows Update Agent (WUA). For more information, see Updating Windows Update Agent.

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

IAutomaticUpdatesSettings