AoAddUnloadSignal()

Updated: April 19, 2023

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.so

Description:

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