DownloadPriority enumeration

Defines the possible priorities for a download operation.

Syntax

typedef enum  { 
  dpLow     = 1,
  dpNormal  = 2,
  dpHigh    = 3
} DownloadPriority;

Constants

  • dpLow
    Updates are downloaded as low priority.

  • dpNormal
    Updates are downloaded as normal priority.

  • dpHigh
    Updates are downloaded as high priority.

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

IDL

Wuapi.idl