UpdateType-Enumeration (wuapi.h)
Definiert die Updatetypen, z. B. ein Treiber- oder Softwareupdate.
Syntax
typedef enum tagUpdateType {
utSoftware = 1,
utDriver = 2
} UpdateType;
Konstanten
utSoftware Wert: 1 Gibt an, dass es sich bei dem Update um ein Softwareupdate handelt. |
utDriver Wert: 2 Gibt an, dass es sich bei dem Update um ein Treiberupdate handelt. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional mit SP3 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003, Windows 2000 Server mit SP3 [nur Desktop-Apps] |
Kopfzeile | wuapi.h |