UpdateType enumeration (wuapi.h)
Defines the types of update, such as a driver or software update.
Syntax
typedef enum tagUpdateType {
utSoftware = 1,
utDriver = 2
} UpdateType;
Constants
utSoftware Value: 1 Indicates that the update is a software update. |
utDriver Value: 2 Indicates that the update is a driver update. |
Requirements
Requirement | Value |
---|---|
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 |