IMsmDependency::get_Language method (mergemod.h)

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

Syntax

HRESULT get_Language(
  [out] short *Language
);

Parameters

[out] Language

A pointer to a location in memory that receives the language.

Return value

This method can return one of these values.

Value Meaning
E_INVALIDARG
Language is null.
S_OK
The function succeeded.

Requirements

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

See also

IMsmDependency

Merge Module Automation