Condividi tramite


Enumerazione UpdateExceptionContext (wuapi.h)

Definisce il contesto in cui è possibile specificare un oggetto IUpdateException .

Sintassi

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

Costanti

 
uecGeneral
Valore: 1
IUpdateException non è legato a alcun contesto.
uecWindowsDriver
Valore: 2
IUpdateException è correlato a uno o più driver di Windows.
uecWindowsInstaller
Valore: 3
IUpdateException è correlato a Windows Installer.
uecSearchIncomplete
Valore: 4

Requisiti

   
Client minimo supportato Windows XP, Windows 2000 Professional con SP3 [solo app desktop]
Server minimo supportato Windows Server 2003, Windows 2000 Server con SP3 [solo app desktop]
Intestazione wuapi.h

Vedi anche

IUpdateException.Context