44.6. slapi_vattr_values_get()
int slapi_vattr_values_get ( Slapi_Entry *e, char *type, Slapi_ValueSet** results, int *type_name_disposition, char **actual_type_name, int flags,int *buffer_flags);
This function takes the following parameters:
|
e
| Entry to be compared. |
|
type
| Attribute type name. |
|
results
| Pointer to the result set: 0 if the compare is true, 1 if the compare is false. |
|
type_name_disposition
| Matching result. Valid value is as follows: SLAPI_VIRTUALATTRS_TYPE_NAME_MATCHED_EXACTLY_OR_ALIAS |
|
actual_type_name
| Type name as found. |
|
flags
| Not used. You should pass 0 for this parameter. |
|
buffer_flags
| Bit mask of options. Valid value is as follows: SLAPI_VIRTUALATTRS_RETURNED_POINTERS |
This function returns 0 for success. Otherwise, this function returns the following:
SLAPI_VIRTUALATTRS_LOOP_DETECTED(failed to evaluate a vattr).SLAPI_VIRTUAL_NOT_FOUND(type not recognized by any vattr and not a real attr in entry).ENOMEM(memory error).
Gets values for an attribute type (vattr_type_thang) in the list.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.