The get_Name method retrieves the Name property of the ConfigurableItem object.
Syntax
C++HRESULT get_Name(
[out] BSTR *Name
);
Parameters
- Name [out]
-
A pointer to a location in memory with the name of a configurable item as listed in the Name column of the ModuleConfiguration table. The client must free the BSTR when it is no longer needed.
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 2.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
IID | IID_IMsmConfigurableItem is defined as 4D6E6284-D21D-401E-84F6-909E00B50F71 |
See Also
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.