IMsmDependency::get_Version method (mergemod.h)
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.
Syntax
HRESULT get_Version(
[out] BSTR *Version
);
Parameters
[out] Version
A pointer to a location in memory that is filled in with a BSTR value.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Version is null. |
|
The function succeeded. |
Remarks
The client is responsible for freeing the resulting string using SysFreeString.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Mergemod.dll 1.0 or later |
Target Platform | Windows |
Header | mergemod.h |
DLL | Mergemod.dll |