updateExceptionCoNtext 列舉 (wuapi.h)

定義可以提供 IUpdateException 物件的內容。

Syntax

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、具有 SP3 的 Windows 2000 Server [僅限傳統型應用程式]
標頭 wuapi.h

另請參閱

IUpdateException.CoNtext