2.2.3 UpdateType

The UpdateType enumeration defines values that describe the type of an update.

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

utSoftware:  Indicates that the update is a software update.

utDriver:  Indicates that the update is a driver update.