Parameters
This function takes the following parameters:
a
vs
v
Returns
This function returns one of the following values:
•
A pointer to the value in the valueset if the value was found.
•
Null
Description
Use this function to check for duplicate values in an attribute.
slapi_valueset_first_value()
Gets the first value of a
Syntax
#include "slapi-plugin.h"
int slapi_valueset_first_value( Slapi_ValueSet *vs,
Slapi_Value **v );
Parameters
This function takes the following parameters:
vs
v
Pointer to the attribute. This is used to determine the syntax of
the values and how to match them.
Pointer to the Slapi_ValueSet structure from which you wish
to get the value.
Address of the pointer to the Slapi_Value structure for the
returned value.
, if the value was not found.
Slapi_ValueSet
Pointer to the Slapi_ValueSet structure from which you wish
to get the value.
Address of the pointer to the Slapi_Value structure for the
returned value.
Functions for Handling Valueset
structure.
Chapter 14
Function Reference
469
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