Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
HRESULT get_Module(
  [out] BSTR *Module
);
Parameters
[out] Module
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 | 
|---|---|
  | 
Module 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 |