ActiveXAdapter.UpdateAutomationIDs

Syntax

ActiveXAdapter.UpdateAutomationIDs( seqFileToUpdate, numStepsModified, numStepUpdatesFailed, errorDescription)

Purpose

When you update the interface for an ActiveX Automation server and the object and member identifiers have changed, you must respecify any step that uses the server. Use the UpdateAutomationIDs method to update the identifiers in a sequence file based on the name of the object or member.

For steps that create an object, this method updates the object identifiers CLSID and IID. For steps that call a method or property, this method updates the member identifier MEMBERID.

Remarks

This method applies only when you configure the ActiveX/COM Adapter to use early binding.

Parameters

seqFileToUpdate As SequenceFile

[In] Specifies a reference to the sequence file that contains ActiveX steps to update.

numStepsModified As Long

[Out] Returns the number of steps the method updated.

numStepUpdatesFailed As Long

[Out] Returns the number of steps the method failed to update.

errorDescription As String

[Out] When a syntax error exists, this parameter returns an error message describing the type of error.

See Also

SequenceFile