20.28. slapi_unregister_backend_state_change()
This function enables a plug-in to unregister backend-state-change callback. Use this function to unregister the callback, which is registered using slapi_register_backend_state_change().
#include "slapi-plugin.h" int slapi_unregister_backend_state_change(void * handle);
This function takes the following parameter:
|
handle
| Pointer or reference to the address of the specified function. |
This function returns one of the following values:
- 0 if the specified callback was found and unregistered successfully.
- 1 if the specified callback wasn't unregistered successfully; for example, if it were not found.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.