DownloadPriority enumeration (wuapi.h)
Defines the possible priorities for a download operation.
Syntax
typedef enum tagDownloadPriority {
dpLow = 1,
dpNormal = 2,
dpHigh = 3,
dpExtraHigh = 4
} DownloadPriority;
Constants
dpLowValue: 1 Updates are downloaded as low priority. |
dpNormalValue: 2 Updates are downloaded as normal priority. |
dpHighValue: 3 Updates are downloaded as high priority. |
dpExtraHighValue: 4 |
Requirements
| 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 |