Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 286

Table of Contents

Advertisement

Functions for Managing Entries
Parameters
This function takes the following parameters:
e
type
value
Returns
This function returns
slapi_entry_delete_values_sv()
Removes an array of
Syntax
#include "slapi-plugin.h"
int slapi_entry_delete_values_sv( Slapi_Entry *e,
const char *type, Slapi_Value **vals );
Parameters
This function takes the following parameters:
e
type
vals
Returns
This function returns
Slapi_Value
If the specified attribute contains a
attribute list and the function returns
attribute is not found in the list of attributes for the specified entry, the function
returns
286
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Entry from which you want the string deleted.
Attribute type from which you want the string deleted.
Value of string to delete.
when successful; any other value returned signals failure.
0
Slapi_Value
Entry from which you want to delete values.
Attribute from which you want to delete values.
Array of Slapi_Value data values that you want to delete.
LDAP_SUCCESS
data values are deleted from the entry.
LDAP_NO_SUCH_ATTRIBUTE
data values from an attribute in an entry.
if the specified attribute and the array of
value, the attribute is deleted from the
NULL
LDAP_NO_SUCH_ATTRIBUTE
.
. As well, if the

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents