Sun Java System Directory Server Enterprise Edition 6.1 Developer's Guide

slapi_be_gettype()

Returns the type of the backend.

Syntax

#include "slapi-plugin.h"
 const char * slapi_be_gettype(Slapi_Backend *be);

Parameters

This function takes the following parameter:

be

Pointer to the structure containing the backend configuration.

Returns

This function returns the type of the backend. Backend types include:

Memory Concerns

You should not free the returned pointer.