ISettingsItem::Attributes method (wcmconfig.h)

Gets the dictionary of attributes.

Syntax

HRESULT Attributes(
  [out] IItemEnumerator **Attributes
);

Parameters

[out] Attributes

A pointer to an IItemEnumerator object that represents the dictionary of attributes.

Return value

This method returns an HRESULT value. S_OK indicates success. It may return E_OUTOFMEMORY if there are insufficient resources to allocate attributes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsItem