ConfigureModule object
The ConfigureModule object is an interface implemented by the client. Mergemod.dllcalls methods on the IMsmConfigureModule interface to request that the client tool provide configuration information. The module is configured based on the client's responses to calls on this interface.
Members
The ConfigureModule object has these types of members:
Methods
The ConfigureModule object has these methods.
Method | Description |
---|---|
ProvideIntegerData | Called by Mergemod.dll to obtain integers used to configure the module. |
ProvideTextData | Called by Mergemod.dll to obtain text used to configure the module. |
Remarks
C++
interface IMsmConfigureModule : IDispatch
Interface ID
Constant | Value |
---|---|
IID_IMsmConfigureModule | {AC013209-18A7-4851-8A21-2353443D70A0} |
Requirements
Requirement | Value |
---|---|
Version |
Mergemod.dll 2.0 or later |
Header |
|
DLL |
|