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

 
dpLow
Value: 1
Updates are downloaded as low priority.
dpNormal
Value: 2
Updates are downloaded as normal priority.
dpHigh
Value: 3
Updates are downloaded as high priority.
dpExtraHigh
Value: 4

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