Share via


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