updateExceptionContext 枚举 (wuapi.h)

定义可在其中提供 IUpdateException 对象的上下文。

语法

typedef enum tagUpdateExceptionContext {
  uecGeneral = 1,
  uecWindowsDriver = 2,
  uecWindowsInstaller = 3,
  uecSearchIncomplete = 4
} UpdateExceptionContext;

常量

 
uecGeneral
值:1
IUpdateException 不绑定到任何上下文。
uecWindowsDriver
值: 2
IUpdateException 与一个或多个 Windows 驱动程序相关。
uecWindowsInstaller
值: 3
IUpdateException 与 Windows Installer 相关。
uecSearchIncomplete
值: 4

要求

   
最低受支持的客户端 Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用]
最低受支持的服务器 Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用]
标头 wuapi.h

另请参阅

IUpdateException.Context