The IUIEventCls::ReadyUserProgram method, in Configuration Manager, is called when an optional program requires download and the program is ready to run after completing the download.

[IDL]
HRESULT ReadyUserProgram(
BSTR sProgramID,
BSTR sPackageID,
BOOL bRunOnCompletion
);

Parameters

sProgramID


Data type: BSTRQualifiers: [in]The program ID.
sPackageID


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


Data type: LongQualifiers: [in]The run on completion value.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.