Information about the plug-ins
The following parameters specify information about the plug-in that is available to all plug-in functions defined in the current library. These parameters are available for all types of plug-ins.
| Parameter ID | Data type | Description |
|---|---|---|
| SLAPI_PLUGIN_PRIVATE | void * | Private data that you want passed to your plug-in functions. |
| SLAPI_PLUGIN_TYPE | int | Specifies the type of plug-in function. |
| SLAPI_PLUGIN_ARGV | char ** | NULL-terminated array of command-line arguments
that are specified for the plug-in directive in the slapd.conf file. |
| SLAPI_PLUGIN_ARGC | int | Number of command-line arguments that are specified
for the plug-in directive in the slapd.conf file. |