UpdateExceptionContext 列挙 (wuapi.h)
IUpdateException オブジェクトを指定できるコンテキストを定義します。
構文
typedef enum tagUpdateExceptionContext {
uecGeneral = 1,
uecWindowsDriver = 2,
uecWindowsInstaller = 3,
uecSearchIncomplete = 4
} UpdateExceptionContext;
定数
uecGeneral 値: 1 IUpdateException はどのコンテキストにも関連付けられません。 |
uecWindowsDriver 値: 2 IUpdateException は、1 つ以上の Windows ドライバーに関連しています。 |
uecWindowsInstaller 値: 3 IUpdateException は Windows インストーラーに関連しています。 |
uecSearchIncomplete 値: 4 |
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional sp3 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ] |
Header | wuapi.h |