Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual page 472

Table of Contents

Advertisement

Functions for Handling Valueset
Returns
This function returns a a pointer to the newly allocated
If no space could be allocated (for example, if no more virtual memory exists), the
slapd
Description
This function returns an empty
slapi_valuset
structure.
Memory Concerns
When you are no longer using the value, you should free it from memory by
calling
See Also
slapi_valueset_free()
slapi_valueset_next_value()
Gets the next value from a
Syntax
#include "slapi-plugin.h"
int slapi_valueset_next_value( Slapi_ValueSet *vs,
int index, Slapi_Value **v);
Parameters
This function takes the following parameters:
vs
index
v
Returns
This function returns one of the following values:
472
Netscape Directory Server Plug-In Programmer's Guide • January 2002
program terminates.
functions of the API to set the values in the
slapi_valueset_free()
Slapi_ValueSet
Pointer to the Slapi_ValueSet structure from which you wish
to get the value.
Value returned by the previous call to
slapi_valueset_next_value or
slapi_value_first_value().
Address to the pointer to the Slapi_Value structure for the
returned value.
structure. You can call other
Slapi_ValueSet
.
structure.
structure.
Slapi_ValueSet
Slapi_ValueSet

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.01 - PLUG-IN and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 6.01

Table of Contents