IUIEventCls::SoftwareUpdateAvailable 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::SoftwareUpdateAvailable method is called when there are pending software updates that need to be installed on a client computer.

[IDL]
HRESULT SoftwareUpdateAvailable(
  SWUPDATE_SCHEDULE_TYPE  eScheduleType,
  long  nScheduleTime,
  BSTR  sBrandingText,
  BOOL  bInstallUpdates
);

Parameters

  • eScheduleType
    Data type: TagSWUPDATE_SCHEDULE_TYPE

    Qualifiers: [in]

    The schedule type.

  • nScheduleTime
    Data type: Long

    Qualifiers: [in]

    The schedule time.

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.

See Also

Concepts

UIEventCls Class