Bagikan melalui


Enumerasi UpdateExceptionContext (wuapi.h)

Menentukan konteks di mana objek IUpdateException dapat disediakan.

Sintaks

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

Konstanta

 
uecGeneral
Nilai: 1
IUpdateException tidak terkait dengan konteks apa pun.
uecWindowsDriver
Nilai: 2
IUpdateException terkait dengan satu atau beberapa driver Windows.
uecWindowsInstaller
Nilai: 3
IUpdateException terkait dengan Pemasang Windows.
uecSearchIncomplete
Nilai: 4

Persyaratan

   
Klien minimum yang didukung Windows XP, Windows 2000 Professional dengan SP3 [hanya aplikasi desktop]
Server minimum yang didukung Windows Server 2003, Windows 2000 Server dengan SP3 [hanya aplikasi desktop]
Header wuapi.h

Lihat juga

IUpdateException.Context