The IMsmMerge interface and the IMsmMerge2 interface provide interfaces to the Merge object. The Merge object provides access to other top-level objects. A Merge object must be created before loading the automation support required by COM to access the functions in Mergemod.dll.
Methods
The IMsmMerge interface inherits the methods of the IDispatch interface.
In addition, IMsmMerge defines the following methods.
Method | Description |
---|---|
Opens a database to use as the merge target. |
|
Opens a merge module for use as the merge source. |
|
Closes the current database. |
|
Closes the current module |
|
Opens a log file. |
|
Closes the current log file. |
|
Logs a string to the current log file. |
|
Merges the current module into the current database. |
|
Connects the components in a module to the specified feature. |
|
Extracts the embedded CAB of a Merge Module to a disk file. |
|
Creates a source image of the Merge Module beneath the specified path. |
Properties
The IMsmMerge interface defines the following properties.
Property | Access type | Description |
---|---|---|
Read-only | Returns a collection of all unsatisfied dependencies in the database. |
|
Read-only | Returns a collection of all errors from the most recent merge operation. |
Requirements
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
IID | IID_IMsmMerge is defined as 0ADDA82E-2C26-11D2-AD65-00A0C9AF11A6 |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.