Availability of SLAPI_PLUGIN_PRIVATE to plugin callback functions

I am wanting to be able to have a data structure set in the plugin's init callback that can then be referenced by other callback functions (in this case I'm working with a postop plugin and the add/modify callbacks). From what I can glean from the plugin developer's guide, there is a PBlock element SLAPI_PLUGIN_PRIVATE that can be used by a plugin for this purpose. However, the docs were vague as to which callbacks SLAPI_PLUGIN_PRIVATE is available to. Are there any limitations as to which plugin callbacks can get SLAPI_PLUGIN_PRIVATE?

Cheers,

Doug

[576 byte] By [DKFa] at [2007-11-27 10:33:31]
# 1

The SLAPI_PLUGIN_PRIVATE Pblock element is only available to the plugin itself and its callbacks.and cannot be accessed outside the plugin.

There is no restriction as to which callback is accessing it, as far as I know.

Regards,

Ludovic.

ludovicpa at 2007-7-28 18:23:15 > top of Java-index,Web & Directory Servers,Directory Servers...