42.27. slapi_value_set_value()
This function sets the value of the Slapi_Value structure. This value is duplicated from the Slapi_Value structure vfrom. vfrom must not be NULL.
#include "slapi-plugin.h" slapi_value_set_value( Slapi_Value *value, const Slapi_Value *vfrom);
This function takes the following parameters:
|
value
| Pointer to the Slapi_Value in which to set the value. |
|
vfrom
| Pointer to the Slapi_Value from which to get the value. |
This function returns one of the following values:
- The pointer to the Slapi_Value structure passed as the parameter.
NULLif it wasNULL.
If the pointer to the Slapi_Value is NULL, nothing is done, and the function returns NULL. If the Slapi_Value already contains a value, it is freed from before the new one is set.

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.