Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

AoRemove()

Remove a control from the global list of interfaces

Synopsis:

#include <aoi.h>

int32_t AoRemove(const AOICtrl_t *control);

Arguments:

control
A pointer to an AOICtrl_t structure for the control you want to remove.

Library:

libaoi.so

Description:

This function removes the given control control from the global list of interfaces. The DLL is unloaded if necessary. You should be certain that all holds are released before this function is called by calling AoRelease() for every hold you place.

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AOICtrl_t, AoRelease()