![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 114](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642114.webp)
Writing Entry Store/Fetch Functions
114
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Figure 9-1
How the Server Calls Entry Store and Entry Fetch Plug-In Functions
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
.def
file:
__declspec( dllexport ) \
void function_name( char **entry, unsigned long *len );
The parameters are described below:
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...