AoAddUnloadSignal()
Add an unload signal for the addons to an application
Synopsis:
#include <aoi.h>
int32_t AoAddUnloadSignal(int sig);
Arguments:
- sig
- The unload signal you want to add.
Library:
libaoi.soDescription:
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.
Returns:
This function always returns 0.
Classification:
QNX Neutrino
Page updated:
