Parameters for Registering Plug-In Functions496 Netscape Directory Server Plug-In Programmer’s Guide • Version 6.02 • May 2002Extended Operation Plug-InsThe parameters listed below are used to register extended operation plug-infunctions.SLAPI_PLUGIN_POST_SEARCH_FN This function is called after an LDAP search operation iscompleted.SLAPI_PLUGIN_POST_COMPARE_FN This function is called after an LDAP compare operation iscompleted.SLAPI_PLUGIN_POST_MODIFY_FN This function is called after an LDAP modify operation iscompleted.SLAPI_PLUGIN_POST_MODRDN_FN This function is called after an LDAP modify RDN operationis completed.SLAPI_PLUGIN_POST_ADD_FN This function is called after an LDAP add operation iscompleted.SLAPI_PLUGIN_POST_DELETE_FN This function is called after an LDAP delete operation iscompleted.SLAPI_PLUGIN_POST_ABANDON_FN This function is called after an LDAP abandon operation iscompleted.SLAPI_PLUGIN_POST_ENTRY_FN This function is called after an entry is sent back to the client.SLAPI_PLUGIN_POST_REFERRAL_FN This function is called after a set of referrals is sent back to theclient.SLAPI_PLUGIN_POST_RESULT_FN This function is called after a set of search results is sent backto the client.SLAPI_PLUGIN_START_FN This function is called after the server starts up. You canspecify a start function for each post-operation plug-in.SLAPI_PLUGIN_CLOSE_FN This function is called before the server shuts down. You canspecify a close function for each post-operation plug-in.Parameter ID Data Type DescriptionSLAPI_PLUGIN_EXT_OP_FN void * Your plug-in function for handling an extendedoperation.SLAPI_PLUGIN_EXT_OP_OIDLIST char ** NULL-terminated array of OIDs identifying theextended operations handled by the plug-infunction.Parameter ID Description