IMsmMerge2::get_ConfigurableItems Method

Windows Installer

IMsmMerge2::get_ConfigurableItems Method

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
E_INVALIDARG

The ConfigurableItems pointer is NULL

E_OUTOFMEMORY

The system ran out of memory.

S_OK

The function succeeded.

 

Requirements

VersionMergemod.dll 2.0 or later
HeaderMergemod.h
DLLMergemod.dll
IIDIID_IMsmMerge2 is defined as 351A72AB-21CB-47ab-B7AA-C4D7B02EA305

See Also

Merge Module Automation

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.