IDownloadStatus::Status Property
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.