Skip to content

Latest commit

 

History

History
148 lines (127 loc) · 3.25 KB

nf-mergemod-imsmconfigurableitem-get_attributes.md

File metadata and controls

148 lines (127 loc) · 3.25 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mergemod.IMsmConfigurableItem.get_Attributes
IMsmConfigurableItem::get_Attributes (mergemod.h)
The get_Attributes method retrieves the Attributes property of the ConfigurableItem object.
IMsmConfigurableItem interface
get_Attributes method
IMsmConfigurableItem.get_Attributes
IMsmConfigurableItem::get_Attributes
_msi_get_attributes_function
get_Attributes
get_Attributes method
get_Attributes method
IMsmConfigurableItem interface
mergemod/IMsmConfigurableItem::get_Attributes
setup.imsmconfigurableitem_get_attributes
setup\imsmconfigurableitem_get_attributes.htm
setup
347451e9-0623-4d31-a9f5-7cb95f234717
12/05/2018
IMsmConfigurableItem interface,get_Attributes method, IMsmConfigurableItem.get_Attributes, IMsmConfigurableItem::get_Attributes, _msi_get_attributes_function, get_Attributes, get_Attributes method, get_Attributes method,IMsmConfigurableItem interface, mergemod/IMsmConfigurableItem::get_Attributes, setup.imsmconfigurableitem_get_attributes
mergemod.h
Windows
Mergemod.dll 2.0 or later
Mergemod.dll
Windows
19H1
IMsmConfigurableItem::get_Attributes
mergemod/IMsmConfigurableItem::get_Attributes
c++
APIRef
kbSyntax
COM
Mergemod.dll
IMsmConfigurableItem.get_Attributes

IMsmConfigurableItem::get_Attributes

-description

The get_Attributes method retrieves the Attributes property of the ConfigurableItem object.

-parameters

-param Attributes [out]

A pointer to a location in memory with the format of a configurable item listed in the Attributes column of the ModuleConfiguration table.

-returns

This method can return one of these values.

Value Meaning
E_INVALIDARG
Invalid argument.
S_OK
The function succeeded.
E_FAIL
No module is open.
E_OUTOFMEMORY
Out of memory.
ERROR_FUNCTION_FAILED as HRESULT
The function failed.
ERROR_INVALID_HANDLE as HRESULT
The function failed.

-see-also

IMsmConfigurableItem

Merge Module Automation