AoAddUnloadSignal()

Add an unload signal for an addon to an application

Synopsis:

#include <aoi.h>

int32_t AoAddUnloadSignal(int sig);

Arguments:

sig
The unload signal you want to add.

Library:

libaoi.so

Description:

This function allows you to add signals on which the addons should be unloaded. By default, the addons are automatically unloaded when an application exits normally, but not if the application is killed in some way.

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread No