42.28. slapi_values_set_flags()

This function sets the flags to an array of Slapi_Value structures. slapi_values_set_flags() calls slapi_value_set_flags() for each Slapi_Value structure in the array.
Syntax

    #include "slapi-plugin.h"
    void slapi_values_set_flags(Slapi_Value **vs, unsigned long flags);

Parameters

This function takes the following parameter:

v
Pointer to the Slapi_Value array for which to set the flags.