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

