Share via


IUIEventCls::ReadyAssignedProgram 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

The IUIEventCls::ReadyAssignedProgram method, in Configuration Manager, is called when a mandatory program is ready to run.

[IDL]
HRESULT ReadyAssignedProgram(
  BSTR  sProgramID,
  BSTR  sPackageID,
  long  nCountDown
);

Parameters

  • sProgramID
    Data type: BSTR

    Qualifiers: [in]

    The program ID.

  • sPackageID
    Data type: BSTR

    Qualifiers: [in]

    The package ID.

  • nCountDown
    Data type: Long

    Qualifiers: [in]

    The countdown value.

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