IMsmConfigureModule interface (mergemod.h)

The IMsmConfigureModule interface is a callback interface; it enables the client to provide merge configuration information during the merge process.

Inheritance

The IMsmConfigureModule interface inherits from the IDispatch interface. IMsmConfigureModule also has these types of members:

Methods

The IMsmConfigureModule interface has these methods.

 
IMsmConfigureModule::ProvideIntegerData

The ProvideIntegerData method retrieves integer data from the client tool. For more information, see the ProvideIntegerData method of the ConfigureModule object.
IMsmConfigureModule::ProvideTextData

The ProvideTextData method retrieves text data from the client tool. For more information, see the ProvideTextData method of the ConfigureModule object.

Requirements

Requirement Value
Minimum supported client Mergemod.dll 2.0 or later
Target Platform Windows
Header mergemod.h

See also

IDispatch

Merge Module Automation