Remove a control from the global list of interfaces
#include <aoi.h> int32_t AoRemove(const AOICtrl_t *control);
libaoi.so
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.
0 if successful.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |