Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The GetAttributeInfo retrieves information for the specified attribute.
HRESULT GetAttributeInfo(
[in] ATTRIBUTEID Id,
[in] VARIANT* pInfoIDs,
[out] VARIANT* pInfoValues
);
Parameters
Id
Specifies the ID for the attribute.pInfoIDs
Pointer to an array of information IDs. This pointer cannot be NULL.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.
Value | Meaning |
---|---|
E_ABORT |
The operation was aborted. |
E_FAIL |
An unspecified error occurred. |
E_INVALIDARG |
One of the parameters is invalid. |
E_NOINTERFACE |
A specified interface is not supported. |
E_NOTIMPL |
A specified method is not implemented. |
E_OUTOFMEMORY |
The method was unable to allocate required memory. |
E_POINTER |
A pointer passed as a parameter is not valid. |
E_UNEXPECTED |
The method failed for unknown reasons. |
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
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in SdoIas.h. |
IDL |
Declared in SdoIas.idl. |
DLL |
Requires Iassdo.dll. |
See Also
ISdoDictionaryOld
ATTRIBUTEINFO
SAFEARRAY
VARIANT
Send comments about this topic to Microsoft
Build date: 10/15/2007