Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 280

Table of Contents

Advertisement

Functions for Managing Entries
Parameters
This function takes the following parameters:
e
type
Returns
This function returns one of the following values:
The first value in the attribute converted to an
0
slapi_entry_attr_has_syntax_value()
Determines if an attribute in an entry contains a specified value.
Syntax
#include "slapi-plugin.h"
int slapi_entry_attr_has_syntax_value(const Slapi_Entry *e,
const char *type, const Slapi_Value *value);
Parameters
e
type
value
Returns
This function returns one of the following values:
1
0
Memory Concerns
value
280
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Entry from which you want to get the value.
Attribute type from which you want to get the value.
if the entry does not contain the attribute specified.
Entry that you want to check.
Attribute type that you want to test for the value specified.
Value that you want to find in the attribute.
if the attribute contains the specified value.
if the attribute does not contain the specified value.
must not be
.
NULL
.
unsigned long

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents