Returns
This function returns one of the following values:
•
The first value in the attribute converted to an integer.
•
0
slapi_entry_attr_get_long()
Gets the first value of an attribute in an entry as a long data type.
Syntax
#include "slapi-plugin.h"
long slapi_entry_attr_get_long( const Slapi_Entry* e,
const char *type);
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 a
•
0
slapi_entry_attr_get_uint()
Gets the first value of an attribute in an entry as a unsigned integer data type.
Syntax
#include "slapi-plugin.h"
unsigned int slapi_entry_attr_get_uint( const Slapi_Entry* e,
const char *type);
Parameters
This function takes the following parameters:
if the entry does not contain the attribute.
Entry from which you want to get the long value.
Attribute type from which you want to get the value.
if the entry does not contain the attribute specified.
Functions for Managing Entries
type.
long
Chapter 15
Function Reference
321
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - PLUG-IN and is the answer not in the manual?
Questions and answers