Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 327

Table of Contents

Advertisement

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
Description
This function will replace the value or values of an attribute with the
integer
unsigned integer value you specify.
slapi_entry_attr_set_ulong()
Replaces the value or values of an attribute in an entry with a specified unsigned
long data type value.
Syntax
#include "slapi-plugin.h"
void slapi_entry_attr_set_ulong(Slapi_Entry* e, char *type,
unsigned long l);
Parameters
This function takes the following parameters:
e
type
l
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.
value that you specify. If the attribute does not exist, it is created with the
Entry in which you want to set the value.
Attribute type in which you want to set the value.
Unsigned long value that you want assigned to the attribute.
Functions for Managing Entries
unsigned
Chapter 15
Function Reference
327

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents