InstallationRebootBehavior-Enumeration (wuapi.h)
Die InstallationRebootBehavior-Enumeration definiert das mögliche Neustartverhalten für ein Update. Die InstallationRebootBehavior-Enumeration gilt für die Installation und Deinstallation von Updates.
Syntax
typedef enum tagInstallationRebootBehavior {
irbNeverReboots = 0,
irbAlwaysRequiresReboot = 1,
irbCanRequestReboot = 2
} InstallationRebootBehavior;
Konstanten
irbNeverReboots Wert: 0 Das Update erfordert nie einen Systemneustart während oder nach einer Installation oder Deinstallation. |
irbAlwaysRequiresReboot Wert: 1 Das Update erfordert immer einen Systemneustart nach einer erfolgreichen Installation oder Deinstallation. |
irbCanRequestReboot Wert: 2 Das Update kann nach einer erfolgreichen Installation oder Deinstallation einen Systemneustart anfordern. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional mit SP3 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003, Windows 2000 Server mit SP3 [nur Desktop-Apps] |
Kopfzeile | wuapi.h |