![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 335](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642335.webp)
Functions for Managing Entries
Chapter
15
Function Reference
335
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:
Returns
This function returns the unique ID value of the entry specified.
Memory Concerns
Never free this value. If you need a copy, use
slapi_ch_strdup()
.
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:
Returns
This function returns one of the following values:
e
Entry from which you want obtain the unique ID.
e
Entry that you want to test for child entries.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...