Slapi_Be_Select_By_Instance_Name() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Functions for Managing Backend Operations
Returns
This function returns one of the following values:
A pointer to the default backend if no backend with the appropriate suffix is
configured.
A pointer to the backend structure.
Memory Concerns
You should not free the returned pointer.
See Also

slapi_be_select_by_instance_name()

slapi_be_select_by_instance_name()
Find the backend used to service the database.
Syntax
#include "slapi-plugin.h"
Slapi_Backend *slapi_be_select_by_instance_name( const char *name
);
Parameters
This function takes the following parameter:
name
Returns
This function returns one of the following values:
NULL if no backend with the appropriate name is configured.
A pointer to the backend structure.
Description
This function finds the backend that should be used to service the database
named as the parameter.
Memory Concerns
You should not free the returned pointer.
282
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Pointer to the name of the backend of which you wish to get the
structure.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents