| Updated: October 28, 2024 |
De-register all event handlers for a provider
#include <pips/event.h>
int pips_event_remove_all_handlers(pips_provider_t *const provider_handle,
void *const user_data)
This function de-registers all event handlers associated with the given user data for the specified provider. This function should be called before deleting the user data to prevent the event handlers from being invoked with invalid user data.