42.12. slapi_value_init()

Description

This function initializes the Slapi_Value structure, resetting all of its fields to zero. The value passed as the parameter must be a valid Slapi_Value.

Syntax

#include "slapi-plugin.h"
slapi_value_init(Slapi_Value *v);

Parameters

This function takes the following parameter:

v
Pointer to the value to be initialized. The pointer must not be NULL.
Returns

This function returns a pointer to the initialized Slapi_Value structure (itself).