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: BSTRQualifiers: [in]The program ID.
sPackageID


Data type: BSTRQualifiers: [in]The package ID.
nCountDown


Data type: LongQualifiers: [in]The countdown value.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.