ISettingsIdentity::SetAttribute method (wcmconfig.h)

Sets an identity attribute for a namespace identity.

Syntax

HRESULT SetAttribute(
  [in] void        *Reserved,
  [in] const WCHAR *Name,
  [in] const WCHAR *Value
);

Parameters

[in] Reserved

Reserved. Must be NULL.

[in] Name

The name of the attribute.

[in] Value

The value of the attribute.

Return value

This method returns an HRESULT value. S_OK indicates success. It returns WCM_E_ATTRIBUTENOTALLOWED if the attribute specified by Name is not recognized.

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

ISettingsIdentity