Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 553

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
int slapi_register_plugin( const char *plugintype,
int enabled,
slapi_plugin_init_fnptr initfunc,
const char *name, char **argv,
void *group_identity);
Parameters
This function takes the following parameters:
plugintype
enabled
initsymbol
initfunc
name
argv
group_identity
Description
This function allows a plug-in to register a plugin. This was added so that an object
plug-in can register all the plug-in interfaces that it supports, including legacy
plug-ins.
const char *initsymbol,
Handle to find the offset into the object where the extension
block is stored.
A pointer to the core server object that needs to be changed.
Address for finding the extension within the block.
Pointer to the extension block.
Pointer to the name of the plugin.
Pointer to an array of the plug-ins.
Group identity of the plug-ins.
Functions for Registering Additional Plug-Ins
Chapter 15
Function Reference
553

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents