AutoSelectionMode enumeration
Defines the types of logic that is used to determine whether a particular update will be automatically selected when the user views available updates in the Windows Update user interface.
Syntax
typedef enum { asLetWindowsUpdateDecide = 0, asAutoSelectIfDownloaded = 1, asNeverAutoSelect = 2, asAlwaysAutoSelect = 3 } AutoSelectionMode;
Constants
- asLetWindowsUpdateDecide
-
Use the standard logic. The update will be automatically selected if it is important, or if it is recommended and Windows Update has been configured to treat recommended updates as important. Otherwise, the update will not be automatically selected.
- asAutoSelectIfDownloaded
-
The update will be automatically selected only if it has been completely downloaded.
- asNeverAutoSelect
-
The update will never be automatically selected.
- asAlwaysAutoSelect
-
The update will always be automatically selected.
Remarks
In versions of the Windows Update Agent (WUA) in which IUpdate5 is not available, all updates are processed by using the standard logic.
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 |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/22/2012