Functions Specific To Extended Operation - Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual

Table of Contents

Advertisement

Functions Specific to Extended Operation

Functions Specific to Extended Operation
This section contains reference information on routines for dealing with extended
operations.
Table 14-14 Extended Operation Routines
Function
slapi_get_supported_extended_ops_copy()
slapi_get_supported_extended_ops_copy()
Gets a copy of the object IDs (OIDs) of the extended operations.
Syntax
#include "slapi-plugin.h"
char **slapi_get_supported_extended_ops_copy ( void );
Parameters
This function takes no parameters.
Returns
This function returns a pointer to an array of the OIDs of the extended operations
supported by the server.
Description
This function replaces the deprecated
function from earlier releases, as
multi-thread safe.
This function gets a copy of the object IDs (OIDs) of the extended operations
supported by the server. You can register new extended operations by putting the
OID in the
slapi_block_set()
Memory Concerns
The array returned by this function should be freed by calling the
slapi_ch_array_free()
See Also
slapi_pblock_set()
324
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Description
Gets a copy of the object IDs (OIDs) of the extended
operations.
SLAPI_PLUGIN_EXT_OP_OIDLIST
.
function.
slapi_get_supported_extended_ops()
slapi_get_supported_extended_ops()
parameter and calling
was not

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents