Share via


UpdateExceptionContext enumeration

Defines the context in which an IUpdateException object can be provided.

Syntax

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

Constants

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

Header

Wuapi.h

IDL

Wuapi.idl

See also

IUpdateException.Context