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.
The InstallationRebootBehavior enumeration defines the possible restart behaviors for an update. The InstallationRebootBehavior enumeration applies to the installation and uninstallation of updates.
Syntax
typedef enum tagInstallationRebootBehavior {
irbNeverReboots = 0,
irbAlwaysRequiresReboot = 1,
irbCanRequestReboot = 2
} InstallationRebootBehavior;
Constants
irbNeverRebootsValue: 0 The update never requires a system restart during or after an installation or an uninstallation. |
irbAlwaysRequiresRebootValue: 1 The update always requires a system restart after a successful installation or uninstallation. |
irbCanRequestRebootValue: 2 The update can request a system restart after a successful installation or uninstallation. |
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 |