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

For plug-in
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 ) \
The parameters are described below:
124
Netscape Directory Server Plug-in Programmer's Guide • October 2004
How the Server Calls Entry Store and Entry Fetch Plug-in Functions
file:
.def
void function_name( char **entry, unsigned long *len );

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents