Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 tagAutoSelectionMode {
asLetWindowsUpdateDecide = 0,
asAutoSelectIfDownloaded = 1,
asNeverAutoSelect = 2,
asAlwaysAutoSelect = 3
} AutoSelectionMode;
Constants
asLetWindowsUpdateDecideValue: 0 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. |
asAutoSelectIfDownloadedValue: 1 The update will be automatically selected only if it has been completely downloaded. |
asNeverAutoSelectValue: 2 The update will never be automatically selected. |
asAlwaysAutoSelectValue: 3 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
| 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] |
| Header | wuapi.h |