DownloadType enumeration (wuapi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies the type of update download to perform.

Syntax

typedef enum tagDownloadType {
  downloadTypeFull,
  downloadTypeUpdateBootstrapper
} DownloadType;

Constants

 
downloadTypeFull
A full update download.
downloadTypeUpdateBootstrapper
A download containing only the update bootstrapper.

Remarks

The values from this enumeration are used by methods of the IUpdateDownloaderEx interface to specify whether a full download should be performed or only the update bootstrapper should be downloaded. If a caller chooses to only download the update bootstrapper, they are still expected to perform a full download later before they can install the update.

Requirements

Requirement Value
Minimum supported client Windows 11 Build 26100
Header wuapi.h

See also

IUpdateDownloaderEx::BeginDownload2

IUpdateDownloaderEx::Download2