Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 207

Table of Contents

Advertisement

To do this...
Sets up a parameter block so that it
can be used by
slapi_search_internal_pb()
for an internal search operation.
Perform internal sequential access
operation
Set up a parameter block for use by
slapi_seq_internal_callbac
k_pb() for an internal,
sequential-access operation
Slapi_PluginDesc
Represents information about a server plug-in.
Syntax
typedef struct slapi_plugindesc {
char *spd_id;
char *spd_vendor;
char *spd_version;
char *spd_description;
} Slapi_PluginDesc;
Parameters
The function has the following parameters:
spd_id
spd_vendor
spd_version
spd_description
Call this function
slapi_search_internal_set_pb()
slapi_seq_internal_callback_pb()
slapi_seq_internal_set_pb()
Unique identifier for the server plug-in.
Name of the vendor supplying the server plug-in (for
example, example.com).
Version of the server plug-in used for your own tracking
purposes (for example, 0.5). Note that this is different from
the value of the SLAPI_PLUGIN_VERSION, which specifies
the general version of plug-in technology; the Directory
Server uses that version to determine if it supports a plug-in.
Description of the server plug-in.
Chapter 14
Summary of Data Types and Structures
Data Type and Structure Reference
207

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents