Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 246

Table of Contents

Advertisement

Functions for Handling Attributes
Parameters
This function takes the following parameters:
attr
Returns
This function returns the newly created copy of the attribute.
Description
Use this function to make a copy of an attribute.
Memory Concerns
You must free the returned attribute using
See Also
slapi_attr_new()
slapi_attr_init()
slapi_attr_free()
slapi_attr_first_value()
Gets the first value of an attribute.
Syntax
#include "slapi-plugin.h"
int slapi_attr_first_value( Slapi_Attr *a, Slapi_Value **v );
Parameters
This function takes the following parameters:
a
v
246
Netscape Directory Server Plug-In Programmer's Guide • August 2002
The attribute to be duplicated.
slapi_attr_free()
Attribute containing the desired value.
Holds the first value of the attribute.
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents