Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 284

Table of Contents

Advertisement

Functions for Managing Entries
slapi_entry_attr_set_long()
Replaces the value or values of an attribute in an entry with a specified long data
type value.
Syntax
#include "slapi-plugin.h"
void slapi_entry_attr_set_long(Slapi_Entry* e, char *type,
unsigned long l);
Parameters
This function takes the following parameters:
e
type
l
slapi_entry_attr_set_uint()
Replaces the value or values of an attribute in an entry with a specified unsigned
integer data type value.
Syntax
#include "slapi-plugin.h"
void slapi_entry_attr_set_uint(Slapi_Entry* e, char *type,
unsigned int l);
Parameters
This function takes the following parameters:
e
type
l
284
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Entry in which you want to set the value.
Attribute type in which you want to set the value.
Long integer value that you want assigned to the attribute.
Entry in which you want to set the value.
Attribute type in which you want to set the value.
Unsigned integer value that you want assigned to the attribute.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents