Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 335

Table of Contents

Advertisement

slapi_entry_get_uniqueid()
Gets the unique ID value of the entry.
Syntax
#include "slapi-plugin.h"
const char *slapi_entry_get_uniqueid(
const Slapi_Entry *e );
Parameters
This function takes the following parameter:
e
Returns
This function returns the unique ID value of the entry specified.
Memory Concerns
Never free this value. If you need a copy, use
See Also
slapi_ch_strdup()
slapi_entry_has_children()
This function determines if the specified entry has child entries.
Syntax
#include "slapi-plugin.h"
int slapi_entry_has_children(const Slapi_Entry *e);
Parameters
This function takes the following parameter:
e
Returns
This function returns one of the following values:
Entry from which you want obtain the unique ID.
Entry that you want to test for child entries.
Functions for Managing Entries
slapi_ch_strdup()
Chapter 15
Function Reference
.
335

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents