<div class="content" name="UpdateType" uuid="a4ec1231-6523-4196-8497-7b63ecc35b61"><p>The UpdateType enumeration defines values that describe the
type of an update.</p><dl>
<dd>
<div><pre> typedef  enum tagUpdateType
 {
   utSoftware = 1,
   utDriver = 2,
 } UpdateType;
</pre></div>
</dd></dl><p><b>utSoftware:  </b>Indicates that the update is a
software update.</p><p><b>utDriver:  </b>Indicates that the update is a
driver update.</p></div>