IMsmDependency interface (mergemod.h)

The IMsmDependency interface retrieves details for a single module dependency.

Inheritance

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

Methods

The IMsmDependency interface has these methods.

 
IMsmDependency::get_Language

The get_Language method retrieves the Language property of the Dependency object. This method returns the LANGID of the required module.
IMsmDependency::get_Module

The get_Module method retrieves the Module property of the Dependency object. This method returns the ModuleID of the module required by the current string in the form of a BSTR. The ModuleID is of the same form as used in the ModuleSignature table.
IMsmDependency::get_Version

The get_Version method retrieves the Version property of the Dependency object. This method returns the version of the required module in the form of a BSTR.

Requirements

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

See also

IDispatch

Merge Module Automation