The get_ConfigurableItems method retrieves the ConfigurableItems property of the Merge object.
Syntax
C++HRESULT get_ConfigurableItems(
[out] IMsmConfigurableItems **ConfigurableItems
);
Parameters
- ConfigurableItems [out]
-
Pointer to a memory location containing another pointer to an IMsmConfigurableItems interface.
Return Value
The method can return one of the following values.
| Value | Meaning |
|---|---|
|
The ConfigurableItems pointer is NULL |
|
The system ran out of memory. |
|
The function succeeded. |
Requirements
| Version | Mergemod.dll 2.0 or later |
|---|---|
| Header | Mergemod.h |
| DLL | Mergemod.dll |
| IID | IID_IMsmMerge2 is defined as 351A72AB-21CB-47ab-B7AA-C4D7B02EA305 |
See Also
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.