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
C++HRESULT get_Module(
[out] BSTR *Module
);
Parameters
- Module [out]
-
A pointer to a location in memory that is filled in with a BSTR value.
Return Value
The method can return one of the following values.
Value | Meaning |
---|---|
|
Module is null |
|
The function succeeded |
Remarks
The client is responsible for freeing the resulting string using SysFreeString.
Requirements
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
IID | IID_IMsmDependency is defined as 0ADDA82D-2C26-11D2-AD65-00A0C9AF11A6 |
See Also
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.