InstallationRebootBehavior-Aufzählung (wuapi.h)
Die InstallationRebootBehavior-Aufzählung definiert das mögliche Neustartverhalten für ein Update. Die InstallationRebootBehavior-Aufzählung 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 Systemstart während oder nach einer Installation oder einer Installation. |
irbAlwaysRequiresReboot Wert: 1 Das Update erfordert immer einen Systemstart nach einer erfolgreichen Installation oder Deinstallation. |
irbCanRequestReboot Wert: 2 Das Update kann nach einer erfolgreichen Installation oder Deinstallation einen Systemstart 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] |
Header | wuapi.h |