Enumerazione UpdateType (wuapi.h)
Definisce i tipi di aggiornamento, ad esempio un driver o un aggiornamento software.
Sintassi
typedef enum tagUpdateType {
utSoftware = 1,
utDriver = 2
} UpdateType;
Costanti
utSoftware Valore: 1 Indica che l'aggiornamento è un aggiornamento software. |
utDriver Valore: 2 Indica che l'aggiornamento è un aggiornamento del driver. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP, Windows 2000 Professional con SP3 [solo app desktop] |
Server minimo supportato | Windows Server 2003, Windows 2000 Server con SP3 [solo app desktop] |
Intestazione | wuapi.h |