Site icon EfmSoft

What does HRESULT 0x80005010 (E_ADS_COLUMN_NOT_SET) mean?

 
Previous Next
E_ADS_SCHEMA_VIOLATION E_ADS_INVALID_FILTER

E_ADS_COLUMN_NOT_SET

E_ADS_COLUMN_NOT_SET belongs to IDirectorySearch result processing. Directory rows need not expose a value for every possible attribute, even when the application requests a common set of columns for heterogeneous object classes.

Validate the current row and requested LDAP attribute name

Microsoft describes GetColumn as returning an ADS_SEARCH_COLUMN for a named attribute and requires the caller to release its allocated data with FreeColumn. If one object lacks the attribute, that should not corrupt the row/column iterator or terminate the entire result set. In mixed-class searches, consider narrowing the filter by objectCategory/objectClass when the application truly requires a property on every row.

Generic ADSI errors · Searching with IDirectorySearch · ADSI search filters


Looking for a different code? Search another status or error code.

Exit mobile version