Writing Entry Store/Fetch Functions - Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual

Table of Contents

Advertisement

Writing Entry Store/Fetch Functions

Figure 9-1
Writing Entry Store/Fetch Functions
Unlike most other types of plug-in functions, entry store and entry fetch plug-in
functions are not passed a parameter block when called. Instead, entry store and
entry fetch plug-in functions must have the following prototype:
void function_name( char **entry, unsigned long *len );
On Windows platforms, use the following prototype and make sure to include the
function in a
__declspec( dllexport ) \
void function_name( char **entry, unsigned long *len );
The parameters are described below:
114
Netscape Directory Server Plug-In Programmer's Guide • August 2002
How the Server Calls Entry Store and Entry Fetch Plug-In Functions
file:
.def

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents