The IUIEventCls::ExecutionFailed method, in Configuration Manager, is called if a program that is started by the client returns a failure.

[IDL]
HRESULT ExecutionFailed(
BSTR sProgramID,
BSTR sPackageID,
VARIANT sDependentProgIDs,
VARIANT sDependentPkgIDs,
long nReasonCode
);

Parameters

sProgramID


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


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


Data type: VARIANTQualifiers: [in]The dependent program IDs.
sDependentPkgIDs


Data type: VARIANTQualifiers: [in]The dependent package IDs.
nReasonCode


Data type: LongQualifiers: [in]Code specifying the reason for execution failure.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.