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_ConfigurableItems method retrieves the ConfigurableItems property of the Merge object.
Syntax
HRESULT get_ConfigurableItems(
[out] IMsmConfigurableItems **ConfigurableItems
);
Parameters
[out] ConfigurableItems
Pointer to a memory location containing another pointer to an IMsmConfigurableItems interface.
Return value
This method can return one of these values.
| Value | Meaning |
|---|---|
|
The ConfigurableItems pointer is NULL |
|
The system ran out of memory. |
|
The function succeeded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Mergemod.dll 2.0 or later |
| Target Platform | Windows |
| Header | mergemod.h |
| DLL | Mergemod.dll |