Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 190

Table of Contents

Advertisement

Summary of Data Types and Structures
handle
be_name
old_be_state
new_be_state
Description
The
slapi_register_backend_state_change()
register for callback when the state of a backend changes. You may need to keep
track of backend state changes when writing custom plug-ins.
See Also
slapi_register_backend_state_change()
slapi_unregister_backend_state_change()
Slapi_ComponentID
Represents a the component ID in a directory entry.
Syntax
#include slapi-plugin.h
typedef struct slapi_componentid Slapi_ComponentId;
Description
Slapi_ComponentId
component ID in a directory entry.
slapi_compute_callback_t
Represents a callback for evaluating computed attributes.
Syntax
#include "slapi-plugin.h"
typedef int (*slapi_compute_callback_t)
(computed_attr_context *c, char* type,
Slapi_Entry *e, slapi_compute_output_t outputfn);
190
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Pointer or reference to the address of the specified function.
Name of the backend.
Old backend state.
New backend state.
is the data type for an opaque structure that represents a the
function enables a plug-in to

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents