This topic has not yet been rated - Rate this topic

UpdateExceptionContext enumeration

defines the context in which an IUpdateException exception can be raised.

Syntax


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

Constants

uecGeneral

The IUpdateException is not tied to any context.

uecWindowsDriver

The IUpdateException is related to one or more Windows drivers.

uecWindowsInstaller

The IUpdateException is related to Windows Installer.

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

 

 

Send comments about this topic to Microsoft

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.