ISdoDictionaryOld::GetAttributeInfo method (sdoias.h)

The GetAttributeInfo retrieves information for the specified attribute.

Syntax

HRESULT GetAttributeInfo(
  [in]  ATTRIBUTEID Id,
  [in]  VARIANT     *pInfoIDs,
  [out] VARIANT     *pInfoValues
);

Parameters

[in] Id

Specifies the ID for the attribute.

[in] pInfoIDs

Pointer to an array of information IDs. This pointer cannot be NULL.

[out] pInfoValues

Pointer to a SAFEARRAY of information values.

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Remarks

Although Server Data Objects (SDO) exposes this method, you do not need it in order to use SDO. The use of this method is discouraged.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

ATTRIBUTEINFO

ISdoDictionaryOld

SAFEARRAY

VARIANT