Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the context in which an IUpdateException object can be provided.
Syntax
typedef enum tagUpdateExceptionContext {
uecGeneral = 1,
uecWindowsDriver = 2,
uecWindowsInstaller = 3,
uecSearchIncomplete = 4
} UpdateExceptionContext;
Constants
uecGeneralValue: 1 The IUpdateException is not tied to any context. |
uecWindowsDriverValue: 2 The IUpdateException is related to one or more Windows drivers. |
uecWindowsInstallerValue: 3 The IUpdateException is related to Windows Installer. |
uecSearchIncompleteValue: 4 |
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 |