IUIEventCls::SoftwareUpdateProgress Method
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
Important
This method is no longer used in Configuration Manager.
The IUIEventCls::SoftwareUpdateProgress method is called in response to a user's request to install pending software updates. This method provides information about the current state of software updates being applied on a client computer.
[IDL]
HRESULT SoftwareUpdateProgress(
SWUPDATE_STATE eUpdateState
);
Parameters
eUpdateState
Data type: TagSWUPDATE_STATEQualifiers: [in]
The state of the update.
Return Values
None.
Requirements
UIEvent.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.