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.
Methods
The ConfigureModule object defines the following methods.
Method | Description |
---|---|
Called by Mergemod.dll to obtain text used to configure the module. |
|
Called by Mergemod.dll to obtain integers used to configure the module. |
Remarks
C++
interface IMsmConfigureModule : IDispatch
Interface ID
Constant | Value |
---|---|
IID_IMsmConfigureModule | {AC013209-18A7-4851-8A21-2353443D70A0} |
Requirements
Version | Mergemod.dll 2.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.