Updated: October 28, 2024 |
Add an unload signal for the addons to an application
#include <aoi.h> int32_t AoAddUnloadSignal(int sig);
This function allows you to add a signal on which the addons should be unloaded. By default, the addons are automatically unloaded when an application exits normally, but not if it is killed in some way.
This function always returns 0.
QNX Neutrino