This topic has not yet been rated - Rate this topic

DownloadPhase enumeration

Defines the progress of the download of the current update that is returned by the CurrentUpdateDownloadPhase property of the IDownloadProgress interface.

Syntax


typedef enum  { 
  dphInitializing  = 1,
  dphDownloading   = 2,
  dphVerifying     = 3
} DownloadPhase;

Constants

dphInitializing

Initializing the download of the current update.

dphDownloading

Downloading the current update.

dphVerifying

Verifying the download of the current update.

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

 

 

Send comments about this topic to Microsoft

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.