IMsmConfigurableItem::get_Attributes method (mergemod.h)
The get_Attributes method retrieves the Attributes property of the ConfigurableItem object.
Syntax
HRESULT get_Attributes(
[out] long *Attributes
);
Parameters
[out] Attributes
A pointer to a location in memory with the format of a configurable item listed in the Attributes column of the ModuleConfiguration table.
Return value
This method can return one of these values.
| Value | Meaning |
|---|---|
|
Invalid argument. |
|
The function succeeded. |
|
No module is open. |
|
Out of memory. |
|
The function failed. |
|
The function failed. |
Requirements
| Minimum supported client | Mergemod.dll 2.0 or later |
| Target Platform | Windows |
| Header | mergemod.h |
| DLL | Mergemod.dll |