Slapi_Entry_Get_Sdn(); Slapi_Entry_Get_Sdn_Const() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Functions for Managing Entries

slapi_entry_get_sdn()

Returns the
Syntax
#include "slapi-plugin.h"
Slapi_DN *slapi_entry_get_sdn( Slapi_Entry *e );
Parameters
This function takes the following parameter:
e
Returns
Returns the
Memory Concerns
Never free this value. If you need a copy, use
See Also
slapi_sdn_dup()

slapi_entry_get_sdn_const()

Returns as a
specify.
Syntax
#include "slapi-plugin.h"
const Slapi_DN *slapi_entry_get_sdn_const (
const Slapi_Entry *e );
Parameters
This function takes the following parameter:
e
344
Netscape Directory Server Plug-in Programmer's Guide • October 2004
object from the entry that you specify.
Slapi_DN
Entry from which you want to get the Slapi_DN object.
object form the entry that you specify.
Slapi_DN
the value of the
const
Entry from which you want to get the Slapi_DN object.
slapi_sdn_dup()
object from the entry that you
Slapi_DN
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents