The get_ModuleFiles method retrieves the ModuleFiles property of the GetFiles object. This method returns the primary keys in the File table of the currently open module. The primary keys are returned as a collection of strings. The module must be opened by a call to the OpenModule function before calling get_ModuleFiles.
Syntax
C++HRESULT get_ModuleFiles(
[out] IMsmStrings *Files
);
Parameters
- Files [out]
-
Collection of IMsmStrings that are the primary keys of the File table for the currently open module.
Return Value
The method can return one of the following values.
Value | Meaning |
---|---|
|
Invalid argument. |
|
The function succeeded. |
|
No module is open. |
|
Out of memory. |
|
The function failed. |
|
The function failed. |
Requirements
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
IID | IID_IMsmGetFiles is defined as 7041AE26-2D78-11D2-888A-00A0C981B015 |
See Also
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.