0 out of 1 rated this helpful - Rate this topic

UpdateType enumeration

Defines the types of update, such as a driver or software update.

Syntax


typedef enum  { 
  utSoftware  = 1,
  utDriver    = 2
} UpdateType;

Constants

utSoftware

Indicates that the update is a software update.

utDriver

Indicates that the update is a driver update.

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

IUpdate.Type

 

 

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.