slapi_get_supported_extended_ops()

slapi_get_supported_extended_ops() gets an array of the object IDs (OIDs) of the extended operations that are supported by the server.

Register new extended operations by putting the OID in the SLAPI_PLUGIN_EXT_OP_OIDLIST parameter and calling the slapi_pblock_set() function.
Syntax
#include "slapi-plugin.h"
char **slapi_get_supported_extended_ops( void );
Returns
A pointer to an array of the OID of the extended operations that are supported by the server is returned.