Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 502

Table of Contents

Advertisement

Functions for Handling Values
See Also
slapi_value_get_int()
slapi_value_get_long()
slapi_value_get_uint()
slapi_value_init()
Initializes a
Syntax
#include "slapi-plugin.h"
slapi_value_init(Slapi_Value *v);
Parameters
This function takes the following parameter:
v
Returns
This function returns a pointer to the initialized
Description
This function initializes the
The value passed as the parameter must be a valid
slapi_value_init_berval()
Initializes a
Syntax
#include "slapi-plugin.h"
slapi_value_init_berval(Slapi_Value *v, struct berval *bval);
502
Netscape Directory Server Plug-In Programmer's Guide • December 2003
structure with no value.
Slapi_Value
Pointer to the value to be initialized. The pointer must not be
NULL.
Slapi_Value
structure from the
Slapi_Value
structure (itself).
Slapi_Value
structure, resetting all of its fields to zero.
Slapi_Value
structure.
berval
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents