IDownloadStatus::Status is a read-only property, in Configuration Manager, that indicates the current state of the download of an optional program.

[IDL]
HRESULT Status([out, retval] tagDownloadStatus* pVal);

Parameters

pVal


Data type: tagDownloadStatusQualifiers: [out, retval]Pointer to the current state of the download of an optional program. Possible values are:

eStarted (0x00000000)

The download has started.

eInProgress (0x00000002)

The download is in progress.

eCompleted (0x00000003)

The download is complete.

eFailed (0x00000004)

The download has failed.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK


The method succeeded.

Remarks

The user must be logged on to the Configuration Manager console to access this property.

Requirements

UIResource.dll.

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.